Skip to content

πŸ› fix: set timeout between requests to solve floodWaitError #52

πŸ› fix: set timeout between requests to solve floodWaitError

πŸ› fix: set timeout between requests to solve floodWaitError #52

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
yarn deploy