Skip to content

πŸ“ docs: update usage guide #45

πŸ“ docs: update usage guide

πŸ“ docs: update usage guide #45

Workflow file for this run

on:
push:
branches:
- main
jobs:
deploy:
name: deploy
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SSH_HOST }}
username: chupapee
password: ${{ secrets.SSH_PASSWORD }}
script: |
cd telegram-stories-viewer-bot
git checkout main
git fetch --all
git reset --hard origin/main
yarn deploy