diff options
-rwxr-xr-x | deploy.sh | 4 | ||||
-rw-r--r-- | public/braille.js (renamed from braille.js) | 0 | ||||
-rw-r--r-- | public/index.html (renamed from index.html) | 0 | ||||
-rw-r--r-- | public/lambda.js (renamed from lambda.js) | 0 |
4 files changed, 4 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..50e8fc1 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cd "$(dirname "$0")" +rsync -va --progress --delete --rsync-path="/usr/bin/openrsync" public/ blog@lambda.cx:/var/www/htdocs/lambda.cx/ diff --git a/braille.js b/public/braille.js index fe81c6e..fe81c6e 100644 --- a/braille.js +++ b/public/braille.js diff --git a/index.html b/public/index.html index ef3909f..ef3909f 100644 --- a/index.html +++ b/public/index.html diff --git a/lambda.js b/public/lambda.js index 85037c3..85037c3 100644 --- a/lambda.js +++ b/public/lambda.js |