summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeploy2
-rw-r--r--spectral-renga.service1
2 files changed, 1 insertions, 2 deletions
diff --git a/deploy b/deploy
index 5e665fa..766104e 100755
--- a/deploy
+++ b/deploy
@@ -1,3 +1,3 @@
set -euo pipefail
stack install
-scp -r ~/.local/bin/dbreset-exe ~/.local/bin/spectralrenga-exe static vps:/srv/spectral-renga/staging/
+scp -r ~/.local/bin/dbreset-exe ~/.local/bin/spectralrenga-exe spectral-renga.service static vps:/srv/spectral-renga/staging/
diff --git a/spectral-renga.service b/spectral-renga.service
index c226454..391f5f9 100644
--- a/spectral-renga.service
+++ b/spectral-renga.service
@@ -8,6 +8,5 @@ Restart=on-failure
ExecStart=/srv/spectral-renga/spectralrenga-exe
WorkingDirectory=/srv/spectral-renga/
-
[Install]
WantedBy=multi-user.target