Skip to content

Commit

Permalink
fix: use new cfl package
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 31, 2024
1 parent 7b84cf8 commit fd69298
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .deploy/rds.json

This file was deleted.

6 changes: 4 additions & 2 deletions .deploy/service.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "rolling",
"secondaryServerGroupName": "REPLACE_IN_PIPELINE",
"targetPlatform": "REPLACE_IN_PIPELINE",
"applicationData": {
"artifactUrl": "REPLACE_IN_PIPELINE",
Expand All @@ -10,8 +11,8 @@
"pythonVersion": "REPLACE_IN_PIPELINE"
},
"profiles": [
{ "name": "loadBalancer", "healthCheckPath": "/health-check/" },
{ "name": "healthcheck", "interval": 30 },
{ "name": "loadBalancer", "healthCheckPath": "REPLACE_IN_PIPELINE" },
{ "name": "healthcheck", "interval": "REPLACE_IN_PIPELINE" },
{
"name": "environmentVariables",
"variables": {
Expand All @@ -22,6 +23,7 @@
"ENV": "REPLACE_IN_PIPELINE",
"SERVICE_PROTOCOL": "REPLACE_IN_PIPELINE",
"SERVICE_PORT": "REPLACE_IN_PIPELINE",
"SERVICE_SITE_URL": "REPLACE_IN_PIPELINE",
"MAIL_ENABLED": "REPLACE_IN_PIPELINE",
"STATIC_URL": "REPLACE_IN_PIPELINE",
"AWS_STORAGE_BUCKET_NAME": "REPLACE_IN_PIPELINE",
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ name = "pypi"
# 5. Run `pipenv install --dev` in your terminal.

[packages]
codeforlife = "==0.24.4"
codeforlife = "==0.24.6"
# 🚫 Don't add [packages] below that are inherited from the CFL package.

[dev-packages]
codeforlife = {version = "==0.24.4", extras = ["dev"]}
codeforlife = {version = "==0.24.6", extras = ["dev"]}
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.

Expand Down
22 changes: 11 additions & 11 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd69298

Please sign in to comment.