Add explicit Forgejo deployment structure with artifact build pipeline
- Introduce clear directory separation for docker, infra, ci, and config - Add CloudFormation pipeline for S3 → CodeBuild → ECR - Implement explicit artifact build script for flat deployment zip - Provide example runtime configuration and ignore secrets
This commit is contained in:
commit
46ec47aa2d
8 changed files with 323 additions and 0 deletions
6
config/app.ini.example
Normal file
6
config/app.ini.example
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[storage]
|
||||
STORAGE_TYPE = minio
|
||||
MINIO_USE_SSL = true
|
||||
MINIO_ENDPOINT = s3.amazonaws.com
|
||||
MINIO_BUCKET = forgejo-bucket
|
||||
MINIO_LOCATION = ap-northeast-1
|
||||
Loading…
Add table
Add a link
Reference in a new issue