Skip to content

Commit

Permalink
CI: Restore deploying to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jan 8, 2023
1 parent 6e20e55 commit 8fec6ec
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 @@ -51,7 +51,7 @@ jobs:
kosli_host_production: https://app.kosli.com

deploy-prod:
needs: [pre-build, build-test-push, XXX]
needs: [pre-build, build-test-push]
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_deploy.yml@master
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
Expand Down

0 comments on commit 8fec6ec

Please sign in to comment.