aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/shione/srb2kart/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/shione/srb2kart/deploy.sh')
-rwxr-xr-xdeploy/shione/srb2kart/deploy.sh16
1 files changed, 14 insertions, 2 deletions
diff --git a/deploy/shione/srb2kart/deploy.sh b/deploy/shione/srb2kart/deploy.sh
index 0209dd6..6ed1d20 100755
--- a/deploy/shione/srb2kart/deploy.sh
+++ b/deploy/shione/srb2kart/deploy.sh
@@ -4,5 +4,17 @@ 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
+rsync \
+ -a \
+ --progress \
+ srb2kart.socket \
+ srb2kart.service \
+ srb2kart@shione:/home/srb2kart/.config/systemd/user
+
+rsync \
+ -a \
+ --delete \
+ --progress \
+ dkartconfig.cfg \
+ mods \
+ srb2kart@shione:/home/srb2kart/.srb2kart