Skip to content

Commit 2a2c1bd

Browse files
committed
modify deploy to prod, add env variables
1 parent 48ca91c commit 2a2c1bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy_to_prod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
"BOT_USER": "${{vars.BOT_USER}}",
5858
"BACKEND_URL": "${{vars.BACKEND_URL}}",
5959
"DB_URL": "${{secrets.DB_URL}}",
60-
"GLIF_NODE_URL": "${{vars.GLIF_NODE_URL}}"
60+
"GLIF_NODE_URL": "${{vars.GLIF_NODE_URL}}",
61+
"ALLOCATOR_GOVERNANCE_OWNER": "${{vars.ALLOCATOR_GOVERNANCE_OWNER}}",
62+
"ALLOCATOR_GOVERNANCE_REPO": "${{vars.ALLOCATOR_GOVERNANCE_REPO}}"
6163
}
6264
}
6365
}' > containers.json

0 commit comments

Comments
 (0)