Skip to content

Commit

Permalink
fix: deploy on Production
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr authored Apr 16, 2024
1 parent 615b5b6 commit 6f75538
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: executing remote ssh commands using ssh key
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: ${{ secrets.SSH_PORT }}
script: /opt/userguide/.github/scripts/deploy

0 comments on commit 6f75538

Please sign in to comment.