feat: ship blog platform admin and deploy stack
This commit is contained in:
10
deploy/systemd/termi-backup-offsite-sync.service
Normal file
10
deploy/systemd/termi-backup-offsite-sync.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Termi sync backups offsite
|
||||
After=network-online.target docker.service
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
WorkingDirectory=/opt/termi-astro
|
||||
Environment=OFFSITE_TARGET=/mnt/offsite/termi-astro-backups
|
||||
ExecStart=/usr/bin/env bash ./deploy/scripts/backup/sync-backups-offsite.sh
|
||||
Reference in New Issue
Block a user