Files
full-stack-fastapi-template/{{cookiecutter.project_slug}}/scripts/build-push.sh
Sebastián Ramírez 7f8bfc8faa 🎉 First commit, from couchbase generator, basic changes
not tested / updated yet
2019-02-09 19:42:36 +04:00

11 lines
174 B
Bash

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