13 lines
137 B
Bash
Executable File
13 lines
137 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
systemctl stop garrettmills
|
|
|
|
cd /etc/glmdev/app/garrettmills-dev
|
|
|
|
git pull
|
|
|
|
yarn install
|
|
|
|
systemctl start garrettmills
|
|
|