Skip to content

Commit

Permalink
CI: do prod-deployment after approval
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Feb 11, 2024
1 parent d2056ba commit eb1cf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
kosli_host_production: https://app.kosli.com

deploy-prod:
needs: [pre-build, build-test-push]
needs: [pre-build, build-test-push, deploy-staging]
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_deploy.yml@v0.0.11
permissions:
id-token: write
Expand Down

0 comments on commit eb1cf02

Please sign in to comment.