feat: initial commit
This commit is contained in:
5
misc/dokku/dokku.mk
Normal file
5
misc/dokku/dokku.mk
Normal file
@ -0,0 +1,5 @@
|
||||
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
|
Reference in New Issue
Block a user