fix deploy
Some checks failed
default / build-and-deploy (push) Failing after 51s

This commit is contained in:
Pavel 2025-03-30 20:19:42 +03:00
parent d28f3318e4
commit fb6596f72f

View file

@ -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