Skip to content

Commit

Permalink
Update main2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno authored Sep 23, 2024
1 parent b9c0655 commit 45be8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
run: |
sshpass -p ${{ secrets.PASSWORD }} ssh -o StrictHostKeyChecking=no ${{ secrets.USER_NAME }}@${{ secrets.SERVER_ADDRESS }} -p ${{ secrets.SSH_PORT }}
echo ✅ SSH connection successful &&
cd /home/ubuntu/myport/ &&
cd /home/deployer/ &&
echo ✅ Pulling from GitHub &&
git pull &&
echo ✅ Starting docker &&
Expand Down

0 comments on commit 45be8c3

Please sign in to comment.