diff options
author | Renken <renken@shione.net> | 2024-01-20 21:26:36 +0100 |
---|---|---|
committer | Renken <renken@shione.net> | 2024-05-12 16:49:35 +0200 |
commit | 53d2c6716e6fcedc9c21fb3933ffa4a007654dc2 (patch) | |
tree | 4db3ddcfb245efb08d259e9708f1b59248bd5282 /deploy/shione/srb2kart/deploy.sh | |
parent | efd70116f17350310a7093b78faaa0eaafa471d5 (diff) | |
download | shione-53d2c6716e6fcedc9c21fb3933ffa4a007654dc2.tar.gz shione-53d2c6716e6fcedc9c21fb3933ffa4a007654dc2.zip |
split into two commits one for nftables and one for srb2kart
Diffstat (limited to 'deploy/shione/srb2kart/deploy.sh')
-rwxr-xr-x | deploy/shione/srb2kart/deploy.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/deploy/shione/srb2kart/deploy.sh b/deploy/shione/srb2kart/deploy.sh new file mode 100755 index 0000000..0209dd6 --- /dev/null +++ b/deploy/shione/srb2kart/deploy.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +set -eu + +./generate_dkartconfig.sh + +rsync -a --progress srb2kart.service srb2kart@shione:/home/srb2kart/.config/systemd/user +rsync -a --delete --progress dkartconfig.cfg mods srb2kart@shione:/home/srb2kart/.srb2kart |