Skip to content

Commit

Permalink
add copy goodstart_bot.service (#226)
Browse files Browse the repository at this point in the history
Попытка запуска stage: ver.2
  • Loading branch information
kudralexandr authored Aug 20, 2024
2 parents a7e3229 + 760c3fd commit edc408f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pull_and_run_on_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
passphrase: ${{ secrets.SSH_PASSPHRASE }}
source: "infra/stage/nginx.conf"
target: ${{ env.DEPLOY_PATH }}
- name: Copy goodstart_bot.service via ssh
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
key: ${{ secrets.SSH_KEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
source: "infra/stage/goodstart_bot.service"
target: ${{ env.DEPLOY_PATH }}
- name: Executing remote ssh commands to deploy
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit edc408f

Please sign in to comment.