initial commit
This commit is contained in:
7
deploy.sh
Executable file
7
deploy.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
pandoc -s --css=/static/style.css index.md > index.html
|
||||
abra app cp cooperative.computer index.html app:/var/www/http/
|
||||
abra app cp cooperative.computer static/vibing.gif app:/var/www/http/static/
|
||||
abra app cp cooperative.computer static/nocloud.jpg app:/var/www/http/static/
|
||||
abra app cp cooperative.computer static/style.css app:/var/www/http/static/
|
Reference in New Issue
Block a user