cic-internal-integration/scripts/build-push.sh
2021-08-17 15:05:36 -04:00

11 lines
189 B
Bash
Executable File

#! /usr/bin/env sh
# Exit in case of error
set -e
TAG=${TAG?Variable not set} \
FRONTEND_ENV=${FRONTEND_ENV-production} \
sh ./scripts/build.sh
docker-compose -f docker-compose.yml push