Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEdouard committed Dec 10, 2024
1 parent 4525cb3 commit a051c93
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 @@ -44,7 +44,7 @@ jobs:
env:
EC2_HOST: [email protected]
run: |
ssh -i ~/.ssh/deploy_key $EC2_HOST << EOF
ssh -o StrictHostKeyChecking=no -i ~/.ssh/deploy_key $EC2_HOST << EOF
mkdir -p ~/app && tar -xzf ~/app.tar.gz -C ~/app && cd ~/app
npm install --production
pm2 stop all || true
Expand Down

0 comments on commit a051c93

Please sign in to comment.