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 4f8b7ed commit c651935
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/10_Deploy-and-wait.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@ on:
branches:
- main

env:
ENV_NAME: test

jobs:

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

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

0 comments on commit c651935

Please sign in to comment.