Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
banadiga authored Oct 9, 2024
1 parent c651935 commit d27565a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/10_Deploy-and-wait.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,19 @@ on:
branches:
- main

env:
ENV_NAME: test

jobs:

deploy:
name: Deploy
uses: ./.github/workflows/09_Deploy.yaml
with:
environment: ${{ env.ENV_NAME }}
environment: prod

wait:
name: Wait
needs:
- deploy
uses: ./.github/workflows/08_Wait-for-deployment.yaml
with:
environment: ${{ env.ENV_NAME }}
environment: prod
docker_tag: ${{ needs.deploy.outputs.docker_tag }}

0 comments on commit d27565a

Please sign in to comment.