Skip to content

Commit

Permalink
ci(pulumi): use correct mainnet network name for ceramic-mainnet stack
Browse files Browse the repository at this point in the history
  • Loading branch information
shavinac committed May 27, 2022
1 parent 4ef6fe3 commit 7362a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/ceramic-mainnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function makeCmd(input: pulumi.Input<string>): pulumi.Output<string[]> {
"--hostname",
"0.0.0.0",
"--network",
"mainnet",
"elp",
"--ipfs-api",
"http://localhost:5001",
// "--anchor-service-api", "${anchor_service_api_url}",
Expand Down

0 comments on commit 7362a2c

Please sign in to comment.