Skip to content

Commit c811fdf

Browse files
committed
🚀 Estableciendo deploy eficiente
1 parent 79d6ddd commit c811fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- name: Deploy to VPS
2323
run: |
2424
ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "
25-
cd /ruta/a/tu/bot &&
25+
cd /home/prl412/bots/blind &&
2626
git pull origin main &&
2727
# Si usas requirements.txt:
28-
pip install -r requirements.txt &&
28+
/home/prl412/.local/bin/poetry install
2929
# Reiniciar el bot (ajusta según tu configuración)
3030
systemctl --user restart telegrambot.service
3131
"

0 commit comments

Comments
 (0)