Skip to content

Commit

Permalink
Fikset ref til nais yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed May 15, 2024
1 parent ec52a9b commit ef035c3
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/api-start-stopp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,25 +63,6 @@ jobs:
- uses: actions/checkout@v4
- uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-gcp
RESOURCE: api-start-stopp/nais/nais-dev.yaml
RESOURCE: api-start-stopp-perioder/nais/nais-dev.yaml
VAR: image=${{ needs.build.outputs.image }}

# deploy-prod:
# if: github.ref == 'refs/heads/main'
# name: Deploy to prod-gcp - API Start Stopp
# needs: [build, deploy-dev]
# runs-on: ubuntu-latest
# permissions:
# contents: read
# id-token: write
# steps:
# - uses: actions/checkout@v4
# - uses: nais/deploy/actions/deploy@v1
# env:
# TEAM: paw
# APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
# CLUSTER: prod-gcp
# RESOURCE: api-start-stopp/nais/nais-dev.yaml
# VAR: image=${{ needs.build.outputs.image }},env=dev,ingressDomain=intern.nav.no

0 comments on commit ef035c3

Please sign in to comment.