Add deployment_app_url
This commit is contained in:
parent
d660002076
commit
aff12753da
@ -24,6 +24,7 @@ class Deployment(Document):
|
||||
deployment_git_url: str
|
||||
deployment_git_sha256: str
|
||||
deployment_reason: str
|
||||
deployment_app_url: str = "" # URL to access the deployed application, keep it empty to be filled later
|
||||
|
||||
deployed_by: str
|
||||
created_at: datetime = datetime.now()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user