diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-15 21:51:56 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-15 21:51:56 +0300 |
| commit | b7139d08319628e6b6d7aca0629d90101459bf65 (patch) | |
| tree | 455fa776c350eb174d25ec0505dae765ed755dfb | |
| parent | c237bfa55b48f53eebf44914d4c7c0187802c639 (diff) | |
Add sync destinations for fishfinger/blowfish to shuriken.conf
| -rw-r--r-- | irregular.ninja/shuriken.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/irregular.ninja/shuriken.conf b/irregular.ninja/shuriken.conf index 9b5c3db..dab3476 100644 --- a/irregular.ninja/shuriken.conf +++ b/irregular.ninja/shuriken.conf @@ -26,3 +26,10 @@ TEMPLATE_DIR=/usr/share/shuriken/templates/default TARBALL_INCLUDE=no TARBALL_SUFFIX=.tar TAR_OPTS=(-c) + +# Publish destinations for `shuriken --sync`. +SYNC_DELETE=yes +SYNC_DESTINATIONS=( + admin@fishfinger.buetow.org:/var/www/htdocs/irregular.ninja/ + admin@blowfish.buetow.org:/var/www/htdocs/irregular.ninja/ +) |
