Initial commit

This commit is contained in:
Maxim Samoilov
2020-07-07 12:12:13 +03:00
commit cd8dd67e5b
16 changed files with 256 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
BRANCH ?= master
build-app:
docker build app --tag quay.csssr.cloud/csssr/test-app:$(BRANCH)
docker push quay.csssr.cloud/csssr/test-app:$(BRANCH)
HELM ?= helm3
deploy:
$(HELM) upgrade --install my-app-$(BRANCH) chart --set image.tag=$(BRANCH) --set ingress.host=$(BRANCH).my-app.com