Skip to content

Commit

Permalink
fix: workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
progmatic-99 committed Mar 12, 2024
1 parent 1540304 commit e53b9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
EC2_USER: ${{ secrets.EC2_USER }}
run: |
ssh -o StrictHostKeyChecking=no $EC2_USER@$EC2_HOST '
cd /home/ec2-user/rashan
sudo -i
cd /home/ec2-user/rashan
chmod +x install.sh
sh install.sh
'
Expand Down

0 comments on commit e53b9c8

Please sign in to comment.