home · contact · privacy
Regularly pull website repo on web server.
[config] / all_new_2018 / linkable_etc_files / web / etc / systemd / system / pull_website.service
1 [Unit]
2 Description=Pull website repo
3 [Service]
4 Type=oneshot
5 ExecStart=/bin/sh -c 'cd /var/www && git pull'