3
0
Fork 0
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:
Dragory 2022-08-06 22:18:21 +03:00
parent f0a96de371
commit 61f8b1579b
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
13 changed files with 129 additions and 61 deletions

View file

@ -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!