add update script for production
This commit is contained in:
parent
5eeca25d18
commit
17a8d602ce
6
update-prod.sh
Executable file
6
update-prod.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
git fetch && git pull
|
||||||
|
|
||||||
|
docker-compose build
|
||||||
|
docker-compose up -d
|
||||||
Loading…
Reference in a new issue