Upgrade Debian integration

This commit is contained in:
ram 2022-07-06 21:51:01 +00:00
parent 3a67b0391d
commit 952b8feb44

View file

@ -79,5 +79,13 @@ sudo systemctl start gancio
sudo yarn global remove gancio
sudo yarn cache clean
sudo yarn global add --silent {{site.url}}/latest.tgz
if the ESOCKETTIMEDOUT error occurred, run the following command
sudo yarn config set network-timeout 300000
then re-run the command
sudo yarn global add --silent {{site.url}}/latest.tgz
sudo systemctl restart gancio
if the 502 Bad Gataway error occurred, run the following command
sudo systemctl reload nginx
then re-run the command
sudo systemctl restart gancio
```