Skip to content

Commit

Permalink
change region for ec2 04
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaDudnyk committed Mar 2, 2024
1 parent 9c9dd4d commit 130e200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backEnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install dependencies and build
run: |
ssh -o StrictHostKeyChecking=no -i "${{secrets.AWS_HOST_NAME}}@${{secrets.AWS_HOST}}"
ssh -o StrictHostKeyChecking=no -i ${{secret.AWS_PEM}} "${{secrets.AWS_HOST_NAME}}@${{secrets.AWS_HOST}}"
cd Full-Stack-Project-Assessment
git pull
cd server
Expand Down

0 comments on commit 130e200

Please sign in to comment.