inisialisasi kembali 3

This commit is contained in:
tias
2024-06-15 17:06:17 +07:00
parent 82184a8f38
commit 9ed46a29f4
166 changed files with 11280 additions and 0 deletions
+7
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