Add libraries, deploys
This commit is contained in:
12
deploys/edge/garrettmills.bash
Executable file
12
deploys/edge/garrettmills.bash
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash -xe
|
||||
|
||||
systemctl stop garrettmills
|
||||
|
||||
cd /etc/glmdev/app/garrettmills-dev
|
||||
|
||||
git pull
|
||||
|
||||
yarn install
|
||||
|
||||
systemctl start garrettmills
|
||||
|
||||
2
deploys/localhost.localdomain/test.bash
Executable file
2
deploys/localhost.localdomain/test.bash
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
echo "Test deployment worked!"
|
||||
Reference in New Issue
Block a user