Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dgellow committed Oct 17, 2024
1 parent e2f0018 commit b5eb238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: build
run: yarn build
- name: deploy
run: ./scripts/deploy
run: ./scripts/deploy.sh
env:
DEPLOY_API_KEY: ${{ secrets.DEPLOY_API_KEY }}
DEPLOY_ENV: production

0 comments on commit b5eb238

Please sign in to comment.