Skip to content

Commit d3b0650

Browse files
author
Björn Urban
committed
fix(infra): adjust env variable in deployment
1 parent 6d4c539 commit d3b0650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const deployment = new Deployment(resourceName, {
8484
"value": url
8585
},
8686
{
87-
"name": "SURREAL_CONNECTION_STRING",
87+
"name": "SURREAL_HOST",
8888
"value": "surrealdb.surrealdb"
8989
},
9090
{

0 commit comments

Comments
 (0)