diff options
Diffstat (limited to 'tools/publish-ec2')
| -rwxr-xr-x | tools/publish-ec2 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/publish-ec2 b/tools/publish-ec2 deleted file mode 100755 index 9ee5d71..0000000 --- a/tools/publish-ec2 +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -e - -cd "$(dirname "$0")/.." - -## tools/publish -## -## Publishes site/ to the S3 bucket hosting grimoire.ca - -exec rsync -zav --delete --progress \ - site/ \ - admin@grimoire.ca:/srv/grimoire.ca/webroot/ |
