Add blog deploy
This commit is contained in:
parent
d4bd1faec4
commit
b0db891688
9
deploys/edge/blog.bash
Executable file
9
deploys/edge/blog.bash
Executable 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
|
Loading…
Reference in New Issue
Block a user