Skip to content

Commit

Permalink
change git strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
progmatic-99 committed Mar 12, 2024
1 parent 9b1af51 commit 518f1b4
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 @@ -26,7 +26,7 @@ jobs:
run: |
ssh -o StrictHostKeyChecking=no $EC2_USER@$EC2_HOST '
cd /home/ec2-user/rashan
git pull origin master
git reset --hard && git clean -fd && git pull origin master
'
- name: Create .env file
Expand Down

0 comments on commit 518f1b4

Please sign in to comment.