Skip to content

Commit

Permalink
Update deploy-to-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Guo-KeCheng authored Nov 13, 2023
1 parent 0f30bad commit 8d37f14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Make script executable
run: chmod +x ./deploy.sh

- name: Deploy to Production
run: ./deploy.sh

0 comments on commit 8d37f14

Please sign in to comment.