gcharbon
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
{{cookiecutter.project_slug}}/scripts/build-push.sh
|
@ -5,6 +5,6 @@ set -e |
|
|
|
|
|
|
|
|
TAG=${TAG} \ |
|
|
TAG=${TAG} \ |
|
|
FRONTEND_ENV=${FRONTEND_ENV-production} \ |
|
|
FRONTEND_ENV=${FRONTEND_ENV-production} \ |
|
|
source ./scripts/build.sh |
|
|
. ./scripts/build.sh |
|
|
|
|
|
|
|
|
docker-compose -f docker-stack.yml push |
|
|
docker-compose -f docker-stack.yml push |
|
|