prod_deploy.sh 120 Bytes
#!/bin/bash
git pull
export  runmode=prod
docker-compose -f prod-docker-compose.yaml up --build -d
docker image prune -f