Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaDudnyk committed Mar 6, 2024
1 parent 2e38c95 commit c298681
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/backEnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,8 @@ jobs:
- name: Install dependencies and build
run:
ssh -i myPlayList-key-pair.pem -o StrictHostKeyChecking=no ${{vars.AWS_HOST_NAME}}@${{vars.AWS_HOST}} '
echo "env BEFORE" &&
env &&
export PATH="$PATH:/home/ubuntu/.nvm/versions/node/v20.11.1/bin" &&
echo "env AFTER" &&
env &&
cd Full-Stack-Project-Assessment/server &&
git pull &&
node -v &&
npm -v &&
pm2 -v
pm2 start server.js
'

0 comments on commit c298681

Please sign in to comment.