summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-04-23 19:56:10 +0800
committerFrederick Yin <fkfd@macaw.me>2020-04-23 19:56:10 +0800
commitb8b525b213e6256513dce8ef20aa82889b4a63c2 (patch)
tree90af8a6c24329ae0396d25d0df0f2fefb21b6e52 /deploy.sh
Initial commit
Custom alabaster theme 3 blogposts and 2 metaposts Deployment script
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
new file mode 100755
index 0000000..2338dbd
--- /dev/null
+++ b/deploy.sh
@@ -0,0 +1,3 @@
+# source ./venv/bin/activate
+mkdocs build
+rsync -r site/* root@fkfd.me:/var/www/blog.fkfd.me