We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca20228 commit 8107f29Copy full SHA for 8107f29
.github/workflows/build-and-deploy-prod.yml
@@ -38,6 +38,14 @@ jobs:
38
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
39
byosbom: target/classes/META-INF/sbom/application.cdx.json
40
41
+ - name: Deploy til dev-gcp
42
+ if: github.event.pull_request.user.login != 'dependabot[bot]'
43
+ uses: nais/deploy/actions/deploy@v2
44
+ env:
45
+ CLUSTER: dev-gcp
46
+ RESOURCE: .deploy/nais/nais-preprod.yaml
47
+ IMAGE: ${{ steps.docker-push.outputs.image }}
48
+
49
- name: Deploy til prod-gcp
50
uses: nais/deploy/actions/deploy@v2
51
env:
0 commit comments