Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LUCETE012 authored Nov 13, 2024
1 parent 1a53ca9 commit 3eb7b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
EC2_HOST: ${{ secrets.FINUT_EC2_HOST }}
EC2_USER: ${{ secrets.FINUT_EC2_USER }}
run: |
ssh -o StrictHostKeyChecking=no $EC2_USER@$EC2_HOST 'bash /home/ec2-user/app/deploy.sh'
ssh -o StrictHostKeyChecking=no $EC2_USER@$EC2_HOST 'cd app | ./deploy.sh'

0 comments on commit 3eb7b46

Please sign in to comment.