Skip to content

feat(relations.js): add utility function to format 'createdAt' values… #109

feat(relations.js): add utility function to format 'createdAt' values…

feat(relations.js): add utility function to format 'createdAt' values… #109

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