Moved to Angular 20
Moved to Tailwind 4 Moved to Python 3.13 Enabled arm64/v8 Builds
This commit is contained in:
12
deploy.sh
12
deploy.sh
@ -8,18 +8,10 @@ cd "$parent_path" || exit
|
||||
if [ 1 -eq "$#" ]
|
||||
then
|
||||
./version_bump.sh "$1"
|
||||
make build-production TAG="$1"
|
||||
else
|
||||
./version_bump.sh
|
||||
make build-production
|
||||
fi
|
||||
|
||||
make build-production
|
||||
if [ 1 -eq "$#" ]
|
||||
then
|
||||
docker tag barker:latest "$1"
|
||||
else
|
||||
echo "No version bump"
|
||||
fi
|
||||
docker tag barker:latest registry.tanshu.com/barker:latest
|
||||
docker push registry.tanshu.com/barker:latest
|
||||
cd "$parent_path/ansible" || exit
|
||||
ansible-playbook --inventory hosts playbook.yml
|
||||
|
||||
Reference in New Issue
Block a user