Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Deploy Dev
if: github.event_name == 'push' && github.ref == 'refs/heads/dev'
needs: build-and-publish
uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v6.1.1
uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v6.1.2
with:
environment: dev
health_url: https://dev.davincibot.fr/formation/health
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
deploy-staging:
name: Deploy Staging
if: inputs.environment == 'staging'
uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v6.1.1
uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v6.1.2
with:
environment: staging
image_tag: ${{ inputs.image_tag }}
Expand All @@ -36,7 +36,7 @@ jobs:
deploy-prod:
name: Deploy Prod
if: inputs.environment == 'prod'
uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v6.1.1
uses: DaVinciBot/shared-workflows/.github/workflows/deploy.yml@v6.1.2
with:
environment: prod
image_tag: ${{ inputs.image_tag }}
Expand Down
Loading