Adding build and deploy scripts
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker run --rm -v "$(pwd)":/srv/jekyll -e JEKYLL_ROOTLESS=1 jekyll/jekyll:4 sh -c "mkdir -p target && jekyll build -s src/ -d target --disable-disk-cache"
|
||||||
|
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
scp -r target/* xadmin@vps1.bitgoblin.tech:/usr/local/www/bitgoblin/www/
|
||||||
|
|
||||||
Reference in New Issue
Block a user