v0.1.14 Consolidated versioning to .env

This commit is contained in:
2023-04-15 07:20:56 -04:00
parent fbc9ac9dde
commit 1522dfd99b
5 changed files with 107 additions and 96 deletions

View File

@@ -1,4 +1,5 @@
SHELL := /bin/bash
include .env
build:
docker rmi siren && docker-compose build
@@ -18,3 +19,11 @@ exec:
clean:
docker rmi siren
deploy:
@echo "Deploying application..."
@mvn clean deploy || { \
echo "Deployment failed!"; \
exit 1; \
}
@echo "Deployment successful!"