Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaegrov committed Nov 4, 2024
1 parent 1ba4d89 commit 5c10e80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ jobs:
./build
./public
key: ${{ github.sha }}
outputs:
image: ${{ steps.docker-build-push.outputs.image }}

upload-cdn:
needs: [ build ]
Expand Down Expand Up @@ -178,6 +180,7 @@ jobs:
- uses: actions/checkout@v4
- uses: nais/deploy/actions/deploy@v1
env:
VAR: image=${{ needs.build.outputs.image }},githubSha=${{ github.sha }}
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-gcp
RESOURCE: .nais/nais.yaml,.nais/unleash-apitoken.yaml
Expand All @@ -195,6 +198,7 @@ jobs:
- uses: actions/checkout@v4
- uses: nais/deploy/actions/deploy@v1
env:
VAR: image=${{ needs.build.outputs.image }},githubSha=${{ github.sha }}
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-gcp
RESOURCE: .nais/nais.yaml,.nais/unleash-apitoken.yaml
Expand Down

0 comments on commit 5c10e80

Please sign in to comment.