v0.1.14 Consolidated versioning to .env
This commit is contained in:
9
Makefile
9
Makefile
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user