mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 00:12:54 +08:00
10 lines
No EOL
188 B
Bash
Executable file
10 lines
No EOL
188 B
Bash
Executable file
#! /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 |