Files
full-stack-fastapi-template/{{cookiecutter.project_slug}}/scripts/build-push.sh
2020-04-17 08:04:42 +02:00

11 lines
169 B
Bash

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