3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 22:01:50 +00:00
zeppelin/update.sh

10 lines
179 B
Bash
Raw Normal View History

2019-05-04 11:03:23 +03:00
#!/bin/bash
2022-08-06 22:18:21 +03:00
echo Updating Zeppelin...
docker compose -f docker-compose.production.yml stop
2022-08-06 22:18:21 +03:00
git pull
docker compose -f docker-compose.production.yml start
2022-08-06 22:18:21 +03:00
echo Update finished!