Skip to content

Commit

Permalink
fix: use AWS_CLUSTER_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Nov 15, 2024
1 parent 417f065 commit a4e6dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ports/squids/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function createSubsquidComponent({
dappsDatabase: IPgComponent
config: IConfigComponent
}): Promise<ISquidComponent> {
const cluster = await config.requireString('CLUSTER_NAME')
const cluster = await config.requireString('AWS_CLUSTER_NAME')
const client = new ECSClient({ region: AWS_REGION })

async function list(): Promise<Squid[]> {
Expand Down

0 comments on commit a4e6dff

Please sign in to comment.