zappyzep/update.sh
2022-08-06 22:18:21 +03:00

9 lines
179 B
Bash
Executable file

#!/bin/bash
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!