diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-09-13 20:17:24 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-09-13 20:17:24 +0200 |
commit | ea2efdb3077c938b1e865037135515bf231eef35 (patch) | |
tree | ec630f2cf1144aa0b4b270b1ad07232ff22909b7 | |
parent | 230e936663583343890ff5d0eddc6c21b252ac6f (diff) | |
download | norsk-urskog-main-ea2efdb3077c938b1e865037135515bf231eef35.tar.gz norsk-urskog-main-ea2efdb3077c938b1e865037135515bf231eef35.tar.bz2 norsk-urskog-main-ea2efdb3077c938b1e865037135515bf231eef35.zip |
Add barebones deploy script
-rw-r--r-- | deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..4e9436c --- /dev/null +++ b/deploy.sh @@ -0,0 +1,2 @@ +#! /bin/bash +scp -r blog/_site/* volse.anduin.net:/usr/local/www/norsk-urskog/beta |