created CD pipeline to complement the existing gitea/woodpecker CI pipeline: build, push to registry, deploy to staging on main
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
7
infra/gamearray.env.j2
Normal file
7
infra/gamearray.env.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
DJANGO_DEBUG_FALSE=1
|
||||
DJANGO_SECRET_KEY={{ secret_key.content | b64decode }}
|
||||
DJANGO_ALLOWED_HOST={{ django_allowed_host }}
|
||||
DJANGO_DB_PATH=/home/nonroot/db.sqlite3
|
||||
EMAIL_HOST_USER={{ email_host_user }}
|
||||
EMAIL_HOST_PASSWORD={{ email_host_password }}
|
||||
MAILGUN_API_KEY={{ mailgun_api_key }}
|
||||
Reference in New Issue
Block a user