Skip to content

Commit

Permalink
remove ssh from action
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbrandB committed Jun 17, 2024
1 parent 9052a76 commit 38ffdb1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,3 @@ jobs:
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ${{ env.BUILD_ARTIFACT_STAGING_DIR }}
server-dir: ${{ env.BUILD_ARTIFACT_DESTINATION_DIR }}

- name: 🚀 Run deploy script
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST_SERVER }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
script: (cd /domains/ysbrand.dev/deployment && ./deploy.sh)

0 comments on commit 38ffdb1

Please sign in to comment.