File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments