tasmota-sml-parser/Makefile
Andreas Thienemann 46da7600ef Besseres logging
2022-02-27 02:40:09 +01:00

8 lines
147 B
Makefile

BRANCH := $(shell git branch --show-current)
dev-deploy:
git push azure-dev $(BRANCH):master
prod-deploy:
git push azure-prod $(BRANCH):master