From c145b805ab31ef19f4d5bd8f9a7d82c3a136e0e6 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Tue, 29 Dec 2020 18:11:29 -0500 Subject: init --- deploy | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 deploy (limited to 'deploy') diff --git a/deploy b/deploy new file mode 100755 index 0000000..5faf546 --- /dev/null +++ b/deploy @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +set -euo pipefail +stack install +rsync ~/.local/bin/antiquitysort-exe vps:/srv/antiquitysort/staging +rsync antiquitysort.service vps:/srv/antiquitysort/staging +rsync -az static vps:/srv/antiquitysort/staging -- cgit v1.2.3