inisialisasi kembali

This commit is contained in:
tias
2024-06-15 17:04:28 +07:00
parent 3e97011f66
commit 0f99b87e47
151 changed files with 9074 additions and 224 deletions

7
deploy.sh Normal file
View File

@@ -0,0 +1,7 @@
echo "-----------------------------------"
echo "Build and deploy api pln mobile version : $1"
echo "-----------------------------------"
./mvnw package
docker build -f src/main/docker/Dockerfile.jvm -t tias333/api-mobpl:v.0.0.$1 .
# docker build -f src/main/docker/Dockerfile.native -t tias333/api-mobpl:v.0.0.$1 .
docker push tias333/api-mobpl:v.0.0.$1