chore: update scripts

This commit is contained in:
TakahashiNg
2026-04-19 08:14:08 +00:00
parent 059a265e16
commit e28a312a20
2 changed files with 13 additions and 1 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
mvn clean package -DskipTests -Dquarkus.container-image.push=false \
mvn clean package -DskipTests -Pnative \
-Dquarkus.container-image.push=false \
-Dquarkus.container-image.registry=git.demonkernel.io.vn
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
CURRENT_DIR=$(pwd)
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
cd "$SCRIPT_DIR/.."
kubectl delete all --all -n drinkool-backend
kubectl apply -f k8s.yaml -n drinkool-backend
cd "$CURRENT_DIR"