Skip to content

Commit

Permalink
fix cd folder in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RbAvci committed Jun 20, 2024
1 parent f32d7a3 commit d889049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ec2-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Connect to EC2 and deploy
run: |
ssh -i ~/.ssh/id_rsa ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} "\
cd /Full-Stack-Project-Assessment && \
cd Full-Stack-Project-Assessment && \
git checkout main && \
git pull && \
npm run build"

0 comments on commit d889049

Please sign in to comment.