We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d6ddd commit c811fdfCopy full SHA for c811fdf
.github/workflows/deploy.yml
@@ -22,10 +22,10 @@ jobs:
22
- name: Deploy to VPS
23
run: |
24
ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "
25
- cd /ruta/a/tu/bot &&
+ cd /home/prl412/bots/blind &&
26
git pull origin main &&
27
# Si usas requirements.txt:
28
- pip install -r requirements.txt &&
+ /home/prl412/.local/bin/poetry install
29
# Reiniciar el bot (ajusta según tu configuración)
30
systemctl --user restart telegrambot.service
31
"
0 commit comments