Migrate to v2 config format

This commit is contained in:
Luke Murphy
2020-04-14 17:38:57 +02:00
parent d3fd12dd92
commit 047425846a
25 changed files with 207 additions and 387 deletions

7
deploy.d/templates/gitea.j2 Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
ssh \
-p {{ vars.ssh_listen_port }} \
-o StrictHostKeyChecking=no \
git@{{ vars.dokku_container_ip }} \
"SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"