Skip to content

Commit

Permalink
Merge pull request #9 from decentraland/fix/aws-cluster-name-var
Browse files Browse the repository at this point in the history
fix: use AWS_CLUSTER_NAME
  • Loading branch information
juanmahidalgo authored Nov 15, 2024
2 parents 417f065 + a4e6dff commit 0a6ed07
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 0a6ed07

Please sign in to comment.