Skip to content

Commit

Permalink
Update deploy-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndresRamirez authored Nov 28, 2024
1 parent 78392e4 commit cbc1cce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: Test SSH Connection
uses: appleboy/ssh-action@v0.1.6
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USER }}
password: ${{ secrets.SERVER_PASSWORD }}
port: ${{ secrets.SERVER_PORT }}
host: ${{ secrets.HOST_SERVER }}
username: ${{ secrets.USERNAME_SERVER }}
password: ${{ secrets.PASSWORD_SERVER }}
port: ${{ secrets.PORT_SERVER }}
script: |
echo "Connection successful to ${{ secrets.SERVER_HOST }}"

0 comments on commit cbc1cce

Please sign in to comment.