Add blog deploy

This commit is contained in:
garrettmills 2020-02-26 01:59:49 -06:00
parent d4bd1faec4
commit b0db891688
No known key found for this signature in database
GPG Key ID: 6ACD58D6ADACFC6E

9
deploys/edge/blog.bash Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
cd /tmp
rm -rf public
unzip blog
rm -rf /etc/glmdev/app/garrettmills-dev/app/blog
mv /tmp/public /etc/glmdev/app/garrettmills-dev/app/blog
systemctl restart garrettmills