Skip to content

Commit

Permalink
revert add password
Browse files Browse the repository at this point in the history
  • Loading branch information
sam55silver committed Feb 9, 2024
1 parent f83fcb0 commit b1e8da0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ jobs:
remote_path: /home/git/${{ github.repository }}/${{ github.ref }}
remote_host: ${{ secrets.PROD_SERVER_HOST }}
remote_user: git
remote_password: ${{ secrets.SSH_USER_PASSWORD }}
remote_key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: SSH into development server and run Docker Compose
uses: appleboy/[email protected]
with:
host: ${{ secrets.PROD_SERVER_HOST }}
username: git
password: ${{ secrets.SSH_USER_PASSWORD }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd /home/git/${{ github.repository }}/${{ github.ref }}
Expand Down

0 comments on commit b1e8da0

Please sign in to comment.