Skip to content

Commit

Permalink
Fixed typo in deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Dec 5, 2024
1 parent 1b50d1f commit cf0d3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def __post_init__(self):
)
self.prefect_server_env_api_database_connection_url = (
f"postgresql+asyncpg://{self.prefect_db_user}:{self.prefect_db_password}@"
f"prefect_db/{self.prefect_db_name}"
f"prefect-db/{self.prefect_db_name}"
)
self.prefect_server_env_api_host = "0.0.0.0"
self.prefect_server_env_api_port = 4200
Expand Down

0 comments on commit cf0d3ad

Please sign in to comment.