Skip to content

Commit

Permalink
ci: release removed remote host deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus7474 committed Dec 18, 2024
1 parent 676b6dc commit 6a9378e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,4 @@ jobs:

env:
CI: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Git deployment using git pull
uses: appleboy/[email protected]
with:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: ~/deploy_squad44bot.sh
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6a9378e

Please sign in to comment.