Migrate to v2 config format
This commit is contained in:
7
deploy.d/templates/gitea.j2
Executable file
7
deploy.d/templates/gitea.j2
Executable 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 $@"
|
||||
Reference in New Issue
Block a user