diff options
author | Determinant <[email protected]> | 2020-08-30 00:15:08 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-08-30 00:15:08 -0400 |
commit | d5bf357c8010bb1219d04ede14ce699b409e93c5 (patch) | |
tree | 042e6bc94994b899c9b31b7816648b557271a3f5 /.gitmodules | |
parent | dc28778f9c10d8128abfcf4fea7339c69bd6074d (diff) |
fix the connection issue with --notls flag on; WIP: deployment example
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 834ffa4..132f666 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "salticidae"] path = salticidae url = https://github.com/Determinant/salticidae.git +[submodule "scripts/deploy/minirun"] + path = scripts/deploy/minirun + url = https://github.com/Determinant/minirun.git |