Moved to Angular 20

Moved to Tailwind 4
Moved to Python 3.13
Enabled arm64/v8 Builds
This commit is contained in:
2025-07-02 04:32:35 +00:00
parent 86722e3558
commit 44513dd6be
203 changed files with 2942 additions and 5628 deletions

View File

@ -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