Skip to content

chore(clients.json): remove timeout property to streamline client con… #65

chore(clients.json): remove timeout property to streamline client con…

chore(clients.json): remove timeout property to streamline client con… #65

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