Skip to content

Commit

Permalink
specify config to gamma deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-ray-wilson committed Nov 19, 2024
1 parent 53934fa commit a27a944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gamma-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm install

- name: Deploy Gamma to Checkly
run: npx checkly deploy --force
run: npx checkly deploy --force --config=./checkly.gamma.config.ts
env:
CHECKLY_API_KEY: ${{ secrets.CHECKLY_API_KEY }}
CHECKLY_ACCOUNT_ID: ${{ secrets.CHECKLY_ACCOUNT_ID }}
Expand Down

0 comments on commit a27a944

Please sign in to comment.