diff options
| author | Alejandro W. Sior <aho@sior.be> | 2026-09-05 21:32:35 +0200 |
|---|---|---|
| committer | Alejandro W. Sior <aho@sior.be> | 2026-09-05 21:32:35 +0200 |
| commit | 914b69dd186fb54f85ac0e02224f373976a109b2 (patch) | |
| tree | e696e4ab6910647b9095de0152192483bb76ae76 | |
| parent | 7aa0967fec7cc25cbfdbcf53fd056fe5c1495699 (diff) | |
add deploy script
| -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 |
