commit
02d3b66265
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ case "$1" in
|
|||
|
||||
# scale
|
||||
${CLI} scale web=1 || true
|
||||
|
||||
# restart the service
|
||||
service gogs restart || true
|
||||
|
||||
;;
|
||||
|
||||
esac
|
||||
|
|
Reference in a new issue