Besseres logging

This commit is contained in:
Andreas Thienemann 2022-02-26 23:17:58 +01:00
parent a7c619c057
commit 46da7600ef
3 changed files with 48 additions and 4 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
BRANCH := $(shell git branch --show-current)
dev-deploy:
git push azure-dev $(BRANCH):master
prod-deploy:
git push azure-prod $(BRANCH):master