Upgrade Debian integration
This commit is contained in:
parent
3a67b0391d
commit
952b8feb44
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue