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