Skip to content

Commit d27565a

Browse files
authored
save
1 parent c651935 commit d27565a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/10_Deploy-and-wait.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,19 @@ on:
66
branches:
77
- main
88

9-
env:
10-
ENV_NAME: test
11-
129
jobs:
1310

1411
deploy:
1512
name: Deploy
1613
uses: ./.github/workflows/09_Deploy.yaml
1714
with:
18-
environment: ${{ env.ENV_NAME }}
15+
environment: prod
1916

2017
wait:
2118
name: Wait
2219
needs:
2320
- deploy
2421
uses: ./.github/workflows/08_Wait-for-deployment.yaml
2522
with:
26-
environment: ${{ env.ENV_NAME }}
23+
environment: prod
2724
docker_tag: ${{ needs.deploy.outputs.docker_tag }}

0 commit comments

Comments
 (0)