diff options
author | cyfraeviolae <cyfraeviolae> | 2020-12-29 18:11:29 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2020-12-31 21:08:39 -0500 |
commit | c145b805ab31ef19f4d5bd8f9a7d82c3a136e0e6 (patch) | |
tree | 2bf045c3cb5182320469354c9904447e22e57a10 /deploy |
init
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |