We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00858b8 commit e4252faCopy full SHA for e4252fa
.github/workflows/checkly.yml
@@ -49,4 +49,4 @@ jobs:
49
- name: Deploy checks # if the test run was successful and we are on Production, deploy the checks
50
id: deploy-checks
51
if: steps.run-checks.outcome == 'success' && github.event.deployment_status.environment == 'Production'
52
- run: npx checkly deploy --force
+ run: npx dotenv -c production -- npx checkly deploy --force
0 commit comments