Skip to content

Commit 40dd5ec

Browse files
authored
stop deploying to prod2 (#952)
1 parent b157bde commit 40dd5ec

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/publish-and-deploy.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
needs: [push_to_registry_prod, integration_test_dev3]
5555
if: github.ref == 'refs/heads/main'
5656

57-
deploy_to_prod2:
58-
name: Deploy to prod2
59-
uses: ./.github/workflows/deploy-to-k8s.yaml
60-
with:
61-
environment: prod2
62-
image_digest: ${{ needs.push_to_registry_prod.outputs.image_digest }}
63-
secrets: inherit
64-
needs: [push_to_registry_prod, deploy_to_prod1]
65-
if: github.ref == 'refs/heads/main'
57+
#deploy_to_prod2:
58+
# name: Deploy to prod2
59+
# uses: ./.github/workflows/deploy-to-k8s.yaml
60+
# with:
61+
# environment: prod2
62+
# image_digest: ${{ needs.push_to_registry_prod.outputs.image_digest }}
63+
# secrets: inherit
64+
# needs: [push_to_registry_prod, deploy_to_prod1]
65+
# if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)