Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yildirimmurat committed Dec 17, 2024
1 parent 7242077 commit 01480ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Deploy to EC2 using rsync
run: |
rsync -avz -e "ssh -i /home/runner/.ssh/deploy_key" ./ ec2-user@${{ secrets.EC2_PUBLIC_IP }}:/home/ec2-user/let_me_know
rsync -avz -e "ssh -i /home/runner/.ssh/deploy_key" ./ ec2-user@13.60.6.61:/home/ec2-user/let_me_know
env:
EC2_USER: ec2-user
EC2_HOST: ${{ secrets.EC2_PUBLIC_IP }}
Expand Down

0 comments on commit 01480ac

Please sign in to comment.