Files
kouiz/misc/dokku/dokku.mk
2025-06-10 21:09:58 +02:00

5 lines
177 B
Makefile

DOKKU_APP ?= kouiz
DOKKU_DEPLOY_URL ?= dokku@dev.lookingfora.name
dokku-deploy:
git push $(DOKKU_DEPLOY_URL):$(DOKKU_APP) $(shell git rev-parse HEAD):refs/heads/master --force