generated from ocadotechnology/codeforlife-template-backend
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* otp deploy * delete frontend * service base url * SERVICE_BASE_URL pt.2 * fix permission check
- Loading branch information
Showing
339 changed files
with
549 additions
and
31,425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"databaseName": "REPLACE_IN_PIPELINE", | ||
"schemaName": "REPLACE_IN_PIPELINE", | ||
"engine": "REPLACE_IN_PIPELINE", | ||
"nodeType": "S_XSMALL" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"type": "rolling", | ||
"targetPlatform": "REPLACE_IN_PIPELINE", | ||
"applicationData": { | ||
"artifactUrl": "REPLACE_IN_PIPELINE", | ||
"version": "REPLACE_IN_PIPELINE" | ||
}, | ||
"runtime": { | ||
"type": "REPLACE_IN_PIPELINE", | ||
"pythonVersion": "REPLACE_IN_PIPELINE" | ||
}, | ||
"profiles": [ | ||
{ "name": "loadBalancer", "healthCheckPath": "/health-check/" }, | ||
{ "name": "healthcheck", "interval": 30 }, | ||
{ | ||
"name": "environmentVariables", | ||
"variables": { | ||
"APP_ID": "REPLACE_IN_PIPELINE", | ||
"APP_VERSION": "REPLACE_IN_PIPELINE", | ||
"DJANGO_SETTINGS_MODULE": "REPLACE_IN_PIPELINE", | ||
"DEBUG": "REPLACE_IN_PIPELINE", | ||
"ENV": "REPLACE_IN_PIPELINE", | ||
"SERVICE_PROTOCOL": "REPLACE_IN_PIPELINE", | ||
"SERVICE_PORT": "REPLACE_IN_PIPELINE", | ||
"MAIL_ENABLED": "REPLACE_IN_PIPELINE", | ||
"STATIC_URL": "REPLACE_IN_PIPELINE", | ||
"AWS_STORAGE_BUCKET_NAME": "REPLACE_IN_PIPELINE", | ||
"WORKERS": "REPLACE_IN_PIPELINE" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"artifactUrl": "REPLACE_IN_PIPELINE", | ||
"assetsPrefix": "REPLACE_IN_PIPELINE", | ||
"bucket": "REPLACE_IN_PIPELINE" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 📝 Shared Variables 📝 | ||
# These variables are always loaded and shared by all environments. | ||
# | ||
# The final value of a variable depends on the priority of where it's being set: | ||
# 1. Deployment pipeline. | ||
# 2. Dedicated environment (.env.{local/development/staging/production}). | ||
# 3. Shared environment (.env). | ||
# | ||
# 🚫 DO NOT PUT SECRETS HERE 🚫 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 📝 Development Variables 📝 | ||
# These variables are only loaded in the development environment. | ||
# | ||
# The final value of a variable depends on the priority of where it's being set: | ||
# 1. Deployment pipeline. | ||
# 2. Dedicated environment (.env.development). | ||
# 3. Shared environment (.env). | ||
# | ||
# 🚫 DO NOT PUT SECRETS HERE 🚫 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# 📝 Local Variables 📝 | ||
# These variables are only loaded in your local environment (on your PC). | ||
# | ||
# The final value of a variable depends on the priority of where it's being set: | ||
# 1. Dedicated environment (.env.local). | ||
# 2. Shared environment (.env). | ||
# | ||
# 🚫 DO NOT PUT SECRETS HERE 🚫 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 📝 Production Variables 📝 | ||
# These variables are only loaded in the production environment. | ||
# | ||
# The final value of a variable depends on the priority of where it's being set: | ||
# 1. Deployment pipeline. | ||
# 2. Dedicated environment (.env.production). | ||
# 3. Shared environment (.env). | ||
# | ||
# 🚫 DO NOT PUT SECRETS HERE 🚫 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 📝 Staging Variables 📝 | ||
# These variables are only loaded in the staging environment. | ||
# | ||
# The final value of a variable depends on the priority of where it's being set: | ||
# 1. Deployment pipeline. | ||
# 2. Dedicated environment (.env.staging). | ||
# 3. Shared environment (.env). | ||
# | ||
# 🚫 DO NOT PUT SECRETS HERE 🚫 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Pipfile export-ignore | ||
Pipfile.lock export-ignore | ||
manage.py export-ignore | ||
**/.* export-ignore | ||
**/*.json export-ignore | ||
**/*.yaml export-ignore | ||
**/*.yml export-ignore | ||
**/*.toml export-ignore | ||
**/*.code-* export-ignore | ||
**/*.md export-ignore | ||
scripts export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.