Also upgrade ghost-cli
This commit is contained in:
parent
de37fbc633
commit
11b01bfe25
|
@ -175,6 +175,7 @@ function upgrade_ghost {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
cd /var/www/$GHOST_DOMAIN_NAME/htdocs
|
cd /var/www/$GHOST_DOMAIN_NAME/htdocs
|
||||||
|
npm i -g ghost-cli
|
||||||
/usr/local/bin/ghost update
|
/usr/local/bin/ghost update
|
||||||
ghost_replace_services
|
ghost_replace_services
|
||||||
ghost_remove_offsite_links
|
ghost_remove_offsite_links
|
||||||
|
|
Loading…
Reference in New Issue