Skip to content

πŸ› fix: add pinned stories chunking for files over 50mb #59

πŸ› fix: add pinned stories chunking for files over 50mb

πŸ› fix: add pinned stories chunking for files over 50mb #59

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