Add upload script
This commit is contained in:
commit
4e3b1432ab
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -eu
|
||||
cd "$(dirname "$0")"/..
|
||||
set -x
|
||||
# Do not use --delete since subdirectories come from other git repos.
|
||||
rsync -vcr www/ alpha.servers.scheme.org:/production/groups/www/
|
Loading…
Reference in New Issue