Skip to content

Commit 911cc17

Browse files
committed
fix: static variables
1 parent 1a91642 commit 911cc17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.deploy/service.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
"DEBUG": "REPLACE_IN_PIPELINE",
2222
"SERVICE_PROTOCOL": "REPLACE_IN_PIPELINE",
2323
"SERVICE_PORT": "REPLACE_IN_PIPELINE",
24-
"MAIL_ENABLED": "REPLACE_IN_PIPELINE"
24+
"MAIL_ENABLED": "REPLACE_IN_PIPELINE",
25+
"STATIC_ROOT": "REPLACE_IN_PIPELINE",
26+
"STATIC_URL": "REPLACE_IN_PIPELINE",
27+
"AWS_STORAGE_BUCKET_NAME": "REPLACE_IN_PIPELINE"
2528
}
2629
}
2730
]

0 commit comments

Comments
 (0)