Skip to content

Commit

Permalink
Update backend-ec2-deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Haroun Alarabi <[email protected]>
  • Loading branch information
HarounAlarabi authored Feb 7, 2024
1 parent 40ec1c9 commit 6de5644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-ec2-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Deploy to EC2
with:
run: |
cd server
rsync -avz -e "ssh -i $HOME/.ssh/your_pem_key.pem" \
--exclude='.git*' \
--exclude='node_modules' \
Expand Down

0 comments on commit 6de5644

Please sign in to comment.