Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
A91y authored Nov 16, 2024
1 parent 21ffd28 commit 6720f5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Deploy to EC2
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.SSH_CONNECTION_URL }} << 'EOF'
echo "Current PATH: $PATH"
which node
which npm
which pm2
node -v
npm -v
cd /home/ubuntu/octasol
git pull origin main
source /home/ubuntu/.bashrc
Expand Down

0 comments on commit 6720f5a

Please sign in to comment.