diff options
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..0b9ac53 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +ssh aosync.org "cd git/site && ./bin/compile && rm -rf /var/www/aosync.org/* && cp -r bld/* /var/www/aosync.org/"
\ No newline at end of file |
