This commit is contained in:
parent
d28f3318e4
commit
fb6596f72f
1 changed files with 7 additions and 5 deletions
|
@ -42,8 +42,10 @@ jobs:
|
|||
tags: git.neur0tx.site/neur0toxine/vegapokerbot:latest
|
||||
|
||||
- name: Deploy
|
||||
if: ${{ success() }}
|
||||
container: alpine:latest
|
||||
run: |
|
||||
apk add --no-cache curl
|
||||
curl -H "${{ secrets.DEPLOYER_AUTH }}" ${{ secrets.DEPLOYER_URL }}
|
||||
uses: actions/ssh-action@v1
|
||||
with:
|
||||
host: ${{ secrets.DEPLOYER_HOST }}
|
||||
username: ${{ secrets.DEPLOYER_USERNAME }}
|
||||
key: ${{ secrets.DEPLOYER_KEY }}
|
||||
port: ${{ secrets.DEPLOYER_PORT }}
|
||||
script: bash vegapokerbot.sh
|
Loading…
Add table
Reference in a new issue