Skip to content

fix(clients.json): clarify aiPrompt description to specify what happe… #107

fix(clients.json): clarify aiPrompt description to specify what happe…

fix(clients.json): clarify aiPrompt description to specify what happe… #107

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 clone [email protected]:cryptoscan-pro/cryptoscan-templates.git templates || true
cd templates
git pull origin main
docker-compose restart crypto-bot-tg