deploy: Docker compose + entrypoint (pull-loop autosync), Nix revert script, .env (gitignored) for Gitea deploy token
This commit is contained in:
8
deploy/kontra-pull.service
Normal file
8
deploy/kontra-pull.service
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Kontra deploy pull (root; pulls as sam, restarts site if changed)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash /var/www/kontra_day/bin/kontra-pull.sh
|
||||
Reference in New Issue
Block a user