diff --git a/deploy/systemd/README.md b/deploy/systemd/README.md index cccfc01f09287ebc1758cdd20b350a2e7594d515..2c60497449af4b565fd059117cc5d77f0ea65bf7 100644 --- a/deploy/systemd/README.md +++ b/deploy/systemd/README.md @@ -7,28 +7,11 @@ Install all Systemd services with: cp systemd/conservancy-www-*.{service,timer} /etc/systemd/system systemctl enable conservancy-www-cleanup.service systemctl start conservancy-www-cleanup.service - systemctl enable conservancy-www-update.timer - systemctl start conservancy-www-update.timer systemctl enable conservancy-www-db.service systemctl enable conservancy-www-db.path systemctl start conservancy-www-db.path -## Website updates - -Monitor the website update service with: - - systemctl list-timers --all - journalctl --catalog --follow --unit conservancy-www-update.service - -Updates will fail unless `/var/www/website` has a git upstream, so set that with: - - git remote add upstream https://k.sfconservancy.org/website - git branch --set-upstream-to=upstream/master master - -Note that the update script does not run `migrate`. - - ## Fundraiser/sustainer database updates The `conservancy-www-db.service` applies SQL updates to the website database