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 aa77743 commit cfd8a5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/backEnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +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}} '
cd Full-Stack-Project-Assessment/server/ &&
cd Full-Stack-Project-Assessment/server &&
git pull &&
cd server &&
node -v &&
npm -v &&
pm2 -v
Expand Down

0 comments on commit cfd8a5b

Please sign in to comment.