Files @ 55ee5b53b6f6
Branch filter:

Location: website/bin/deploy/systemd/conservancy-www-linkchecker.timer

bsturmfels
Add a basic script to "push" deploy

Currently updates are published by the "conservancy-www-update.sh" that does a
"pull" deploy with a 5-minutely job that runs on the web server. This doesn't
run `migrate`, `collectstatic` or restart the application, so certain types of
changes don't take effect, and even template changes often don't due to caching
template loader.

This script allows you to deploy more significant updates on-demand, but
requires SSH access.
1
2
3
4
5
6
7
8
[Unit]
Description=Check Conservancy website links

[Timer]
OnCalendar=weekly

[Install]
WantedBy=timers.target