Skip to content

Remove Try Again button from Choose a folder keyboard and fix bot mes… #7

Remove Try Again button from Choose a folder keyboard and fix bot mes…

Remove Try Again button from Choose a folder keyboard and fix bot mes… #7

Workflow file for this run

name: Deploy to Hetzner
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy via SSH
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.HETZNER_HOST }}
username: ${{ secrets.HETZNER_USER }}
key: ${{ secrets.HETZNER_SSH_KEY }}
port: 22
script: |
cd /opt/savemessage_telegram
git pull origin main
sudo systemctl restart telegram-bot