Add libraries, deploys

This commit is contained in:
garrettmills
2020-02-26 00:39:57 -06:00
commit 3dba401c75
9 changed files with 180 additions and 0 deletions

12
deploys/edge/garrettmills.bash Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash -xe
systemctl stop garrettmills
cd /etc/glmdev/app/garrettmills-dev
git pull
yarn install
systemctl start garrettmills

View File

@@ -0,0 +1,2 @@
#!/bin/bash
echo "Test deployment worked!"