Skip to content

Commit

Permalink
update the build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafakamal22 committed Sep 17, 2024
1 parent 611802a commit f50a788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Step 3: Run npm install on the server after deployment
- name: 🔧 Run npm install on server
run: |
sshpass -p "${{ vars.SSH_PASSWORD }}" ssh -o StrictHostKeyChecking=no -T -p ${{ vars.SSH_PORT }} ${{ vars.SSH_USER }}@${{ vars.SSH_HOST }} << 'EOF'
sshpass -p "${{ vars.SSH_PASSWORD }}" ssh -o StrictHostKeyChecking=no -T -p ${{ vars.SSH_PORT }} ${{ vars.SSH_USER }}@${{ vars.SSH_HOST }} << 'EOF'
cd /home/tbtouris/api
npm install
EOF
Expand Down

0 comments on commit f50a788

Please sign in to comment.