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 720c225 commit 99cbac9
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 @@ -8,7 +8,7 @@ jobs:
steps:
- name: Access to Server, Remove Docker Containers, Build Docker Image, Run Docker Container
run: |
sshpass -p ${{ secrets.PASSWORD }} ssh -o StrictHostKeyChecking=no ${{ secrets.USER_NAME }}@${{ secrets.SERVER_ADDRESS }} -p ${{ secrets.SSH_PORT }} "
sshpass -p ${{ secrets.PASSWORD }} ssh -o StrictHostKeyChecking=no ${{ secrets.USER_NAME }}@${{ secrets.SERVER_ADDRESS }} -p ${{ secrets.SSH_PORT }}
echo ✅ SSH connection successful &&
cd ~/${{ secrets.APP_ROOT }}/ &&
echo ✅ Pulling from GitHub &&
Expand Down

0 comments on commit 99cbac9

Please sign in to comment.