♻️ Refactor project generation, discard cookiecutter, use plain git/clone/fork (#553)
This commit is contained in:
committed by
GitHub
parent
30c722339b
commit
455de4d9a9
10
src/scripts/build-push.sh
Normal file
10
src/scripts/build-push.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#! /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
|
||||
Reference in New Issue
Block a user