Skip to content

Commit c23a478

Browse files
committed
Updated the deployment id
1 parent af7cff7 commit c23a478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ingest/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def DATABASE_WRITE_URL(self) -> str:
4747
@computed_field
4848
def DEPLOYMENT_ID(self) -> str:
4949
commit_hash = subprocess.check_output(['git', 'rev-parse', 'HEAD']).decode('ascii').strip()
50-
return f"{environ.get('CDK_DEFAULT_ACCOUNT', 'UK')}/{commit_hash}"
50+
return f"{environ.get('USER', 'UK')}/{commit_hash}"
5151

5252
model_config = SettingsConfigDict(
5353
extra="ignore",

0 commit comments

Comments
 (0)