Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEdouard committed Dec 11, 2024
1 parent 24896ed commit a2ef486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
EC2_HOST: [email protected]
run: |
mkdir -p deploy
tar -czf deploy/app.tar.gz .next package.json package-lock.json public
tar -czf deploy/app.tar.gz .next package.json package-lock.json public app/scripts app/lib/db.ts app/types
scp -o StrictHostKeyChecking=no -i ~/.ssh/deploy_key deploy/app.tar.gz $EC2_HOST:~/app.tar.gz
- name: Deploy on Hezner Cloud
Expand Down

0 comments on commit a2ef486

Please sign in to comment.