tengo sueño
Some checks failed
Update Bot / restart-bot (push) Has been cancelled
Update Bot / deploy-via-sftp (push) Has been cancelled

This commit is contained in:
2025-10-25 02:05:35 +02:00
parent 56cb582c12
commit 4f27d4f70a

View File

@@ -80,7 +80,7 @@ jobs:
WorkingDirectory=/home/binlab/${{ env.REPO_NAME }}/
[Install]
WantedBy=multi-user.target" >> /etc/systemd/system/${{ env.REPO_NAME }}.service
chmod +x /root/${{ env.REPO_NAME }}/main.py
chmod +x /home/binlab/${{ env.REPO_NAME }}/main.py
sudo systemctl enable ${{ env.REPO_NAME }}.service
sudo systemctl daemon-reload
sudo systemctl start ${{ env.REPO_NAME }}.service