clearcase/misc/dokku/dokku.mk

5 lines
181 B
Makefile
Raw Normal View History

2025-02-22 09:42:15 +01:00
DOKKU_APP ?= clearcase
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