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 6fe1483 commit 0d0911e
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 @@ -54,7 +54,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
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
Expand Down

0 comments on commit 0d0911e

Please sign in to comment.