Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno committed Sep 23, 2024
1 parent ccd3fe0 commit 2664ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +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 &&
ls &&
cd ~/${{ secrets.APP_ROOT }}/ &&
echo ✅ Pulling from GitHub &&
git pull &&
Expand Down

0 comments on commit 2664ecd

Please sign in to comment.