Moved to Angular v20 and Tailwind v4 plus all related dependencies
Renamed Docker directory. Also serving static files from FastAPI.
This commit is contained in:
10
deploy.sh
10
deploy.sh
@ -8,16 +8,10 @@ cd "$parent_path" || exit
|
||||
if [ 1 -eq "$#" ]
|
||||
then
|
||||
./version_bump.sh "$1"
|
||||
make build-production TAG="$1"
|
||||
else
|
||||
./version_bump.sh
|
||||
fi
|
||||
|
||||
make build-production
|
||||
if [ 1 -eq "$#" ]
|
||||
then
|
||||
docker tag brewman:latest "$1"
|
||||
else
|
||||
echo "No version bump"
|
||||
make build-production
|
||||
fi
|
||||
cd "$parent_path/ansible" || exit
|
||||
ansible-playbook --inventory hosts playbook.yml
|
||||
|
||||
Reference in New Issue
Block a user