Besseres logging
This commit is contained in:
parent
a7c619c057
commit
46da7600ef
3 changed files with 48 additions and 4 deletions
7
Makefile
Normal file
7
Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue