Skip to content

Commit

Permalink
chore: try to fix CI deployments #2
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Sep 25, 2024
1 parent ecd80e8 commit 62db4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
deploy:
needs: check_changes
if: needs.check_changes.outputs.changes_detected == 'true'
uses: ./.github/workflows/deploy-common.yml@main
uses: ./.github/workflows/deploy-common.yml
with:
working-directory: apps/infra
stack-name: ${{ inputs.app-name }}-production
Expand Down

0 comments on commit 62db4dd

Please sign in to comment.