mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 20:35:02 +00:00
feat: more work on prod docker setup
This commit is contained in:
parent
f0a96de371
commit
61f8b1579b
13 changed files with 129 additions and 61 deletions
|
@ -1,4 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
. ./update-backend.sh
|
||||
. ./update-dashboard.sh
|
||||
echo Updating Zeppelin...
|
||||
|
||||
docker-compose -f docker-compose.production.yml down
|
||||
git pull
|
||||
docker-compose -f docker-compose.production.yml -d up
|
||||
|
||||
echo Update finished!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue