claude bot: move db env vars to workflow from .env
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# TODO: delete this file if unused
|
||||
# This is on the only .env file commited to git.
|
||||
# It's purpose is to provide an environment from which it can operate the app and do full development.
|
||||
|
||||
|
||||
@@ -117,3 +117,5 @@ jobs:
|
||||
NODE_VERSION: 24.x
|
||||
POSTGRES_HOST: postgres
|
||||
POSTGRES_PORT: 5432
|
||||
DATABASE_URL: postgres://app_client:app_password@localhost:5432/inventory_2?sslmode=disable
|
||||
TEST_DATABASE_URL: postgres://app_client:app_password@localhost:5432/inventory_2_test?sslmode=disable
|
||||
|
||||
Reference in New Issue
Block a user