Add upload script
This commit is contained in:
parent
0c0af57d1c
commit
e75e347afc
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
set -eu
|
||||||
|
cd "$(dirname "$0")"/..
|
||||||
|
set -x
|
||||||
|
rsync -vcr --links --delete www/ alpha.servers.scheme.org:/production/conservatory/www/schemers/
|
Loading…
Reference in New Issue