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 6, 2024
1 parent f2607a3 commit 930139f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-ec2-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
REMOTE_HOST: ${{ secrets.HOST_DNS }}
REMOTE_USER: ${{ secrets.USERNAME }}
REMOTE_PORT: 22
REMOTE_SCRIPT: 'rm -rf /home/ubuntu'
REMOTE_SCRIPT: 'rm -rf /home/ubuntu/'

- name: Deploy to EC2
uses: easingthemes/ssh-deploy@main
Expand Down

0 comments on commit 930139f

Please sign in to comment.