diff options
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +rsync index.html vps:/srv/well-ordered/staging/ +rsync -az static vps:/srv/well-ordered/staging/ |