add docker build to test; this should be fun
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-11-19 01:09:07 -05:00
parent b83d0e566b
commit 2672ce0653
9 changed files with 100 additions and 0 deletions

14
conf/ssh_config Normal file
View File

@ -0,0 +1,14 @@
AddKeysToAgent yes
Host 10.*
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
Host git git.thezengarden.net
Hostname gitlab
Host gitea gitea.thezengarden.net
Hostname 10.10.10.109