tengo sueño
This commit is contained in:
@@ -80,7 +80,7 @@ jobs:
|
|||||||
WorkingDirectory=/home/binlab/${{ env.REPO_NAME }}/
|
WorkingDirectory=/home/binlab/${{ env.REPO_NAME }}/
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target" >> /etc/systemd/system/${{ env.REPO_NAME }}.service
|
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 enable ${{ env.REPO_NAME }}.service
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
sudo systemctl start ${{ env.REPO_NAME }}.service
|
sudo systemctl start ${{ env.REPO_NAME }}.service
|
||||||
|
|||||||
Reference in New Issue
Block a user