Skip to content

Commit e4252fa

Browse files
committed
ci: load environment variables in checkly deployment
1 parent 00858b8 commit e4252fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
- name: Deploy checks # if the test run was successful and we are on Production, deploy the checks
5050
id: deploy-checks
5151
if: steps.run-checks.outcome == 'success' && github.event.deployment_status.environment == 'Production'
52-
run: npx checkly deploy --force
52+
run: npx dotenv -c production -- npx checkly deploy --force

0 commit comments

Comments
 (0)