Move to infisical. Create local dev environment. Add ci gates. Modernize repo
This commit is contained in:
+33
-2
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"$schema": "https://v2-8-20.turborepo.dev/schema.json",
|
||||
"globalDependencies": ["**/.env.*local"],
|
||||
"$schema": "https://v2-9-18.turborepo.dev/schema.json",
|
||||
"globalDependencies": [".infisical.json", ".local/*.env"],
|
||||
"globalEnv": [
|
||||
"NODE_ENV",
|
||||
"INFISICAL_ENV",
|
||||
"SENTRY_AUTH_TOKEN",
|
||||
"SENTRY_DISABLE_AUTO_UPLOAD",
|
||||
"PAYLOAD_SECRET",
|
||||
"PAYLOAD_DB_URL",
|
||||
"NEXT_PUBLIC_SITE_URL",
|
||||
@@ -22,6 +24,32 @@
|
||||
"AUTH_AUTHENTIK_ID",
|
||||
"AUTH_AUTHENTIK_SECRET",
|
||||
"AUTH_AUTHENTIK_ISSUER",
|
||||
"SKIP_E2E",
|
||||
"BASE_URL",
|
||||
"NETWORK",
|
||||
"NEXT_CONTAINER_NAME",
|
||||
"NEXT_DOMAIN",
|
||||
"NEXT_PORT",
|
||||
"BACKEND_TAG",
|
||||
"DASHBOARD_TAG",
|
||||
"BACKEND_CONTAINER_NAME",
|
||||
"DASHBOARD_CONTAINER_NAME",
|
||||
"BACKEND_DOMAIN",
|
||||
"DASHBOARD_DOMAIN",
|
||||
"INSTANCE_NAME",
|
||||
"INSTANCE_SECRET",
|
||||
"CONVEX_CLOUD_ORIGIN",
|
||||
"CONVEX_SITE_ORIGIN",
|
||||
"NEXT_PUBLIC_DEPLOYMENT_URL",
|
||||
"LOCAL_INSTANCE_NAME",
|
||||
"LOCAL_INSTANCE_SECRET",
|
||||
"POSTGRES_USER",
|
||||
"POSTGRES_PASSWORD",
|
||||
"POSTGRES_DB",
|
||||
"POSTGRES_PORT",
|
||||
"BACKEND_PORT",
|
||||
"SITE_PROXY_PORT",
|
||||
"DASHBOARD_PORT"
|
||||
],
|
||||
"globalPassThroughEnv": ["NODE_ENV"],
|
||||
"ui": "tui",
|
||||
@@ -57,6 +85,9 @@
|
||||
"dependsOn": ["^topo", "^build"],
|
||||
"outputs": [".cache/tsbuildinfo.json"]
|
||||
},
|
||||
"test:unit": { "dependsOn": ["^build"], "cache": false },
|
||||
"test:integration": { "dependsOn": ["^build"], "cache": false },
|
||||
"test:component": { "dependsOn": ["^build"], "cache": false },
|
||||
"clean": {
|
||||
"cache": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user