Skip to content

feat(clients.json): add support for 'variant' field in liquidations q… #68

feat(clients.json): add support for 'variant' field in liquidations q…

feat(clients.json): add support for 'variant' field in liquidations q… #68

Workflow file for this run

name: Deploy to Production
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy via SSH
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
cd ${{ secrets.SSH_PATH }}
git pull origin main
docker-compose restart crypto-bot-tg