Skip to content

Commit 8107f29

Browse files
committed
Deploy til dev i prodløypa
1 parent ca20228 commit 8107f29

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-and-deploy-prod.yml

+8
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ jobs:
3838
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
3939
byosbom: target/classes/META-INF/sbom/application.cdx.json
4040

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+
4149
- name: Deploy til prod-gcp
4250
uses: nais/deploy/actions/deploy@v2
4351
env:

0 commit comments

Comments
 (0)