feat: initial commit

This commit is contained in:
2025-02-22 09:42:15 +01:00
parent ee4a65b345
commit e6e5c9b04d
43 changed files with 1191 additions and 247 deletions

5
misc/dokku/dokku.mk Normal file
View 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