Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno committed Sep 23, 2024
1 parent 2664ecd commit 4d6e807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
sshpass -p ${{ secrets.PASSWORD }} ssh -o StrictHostKeyChecking=no ${{ secrets.USER_NAME }}@${{ secrets.SERVER_ADDRESS }} -p ${{ secrets.SSH_PORT }}
echo ✅ SSH connection successful &&
ls &&
echo ✅ Listing directory &&
echo wow &&
cd ~/${{ secrets.APP_ROOT }}/ &&
echo ✅ Pulling from GitHub &&
git pull &&
Expand Down

0 comments on commit 4d6e807

Please sign in to comment.