All checks were successful
CI / build (push) Successful in 5s
Now the private content is stored as a git submodule. This means I can keep that repo's source private, but still use it in the build product. The build product (website) relies on HTTP basic authentication, so access control is maintained throughout the SDLC.
3 lines
104 B
Text
3 lines
104 B
Text
[submodule "src/private"]
|
|
path = src/private
|
|
url = ssh://forgejo@ssh.binning.net:2222/www/private.git
|