Browse Source

♻️ Use . instead of source in build-push.sh (#98)

pull/13907/head
gcharbon 5 years ago
committed by GitHub
parent
commit
45510b4f80
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      {{cookiecutter.project_slug}}/scripts/build-push.sh

2
{{cookiecutter.project_slug}}/scripts/build-push.sh

@ -5,6 +5,6 @@ set -e
TAG=${TAG} \
FRONTEND_ENV=${FRONTEND_ENV-production} \
source ./scripts/build.sh
. ./scripts/build.sh
docker-compose -f docker-stack.yml push

Loading…
Cancel
Save