Skip to content

Commit

Permalink
ci(pulumi): adding RPC URL for ETH
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Jun 11, 2022
1 parent b472279 commit 05df12e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra/ceramic-mainnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import * as awsx from "@pulumi/awsx";

let route53Zone = `${process.env["ROUTE_53_ZONE"]}`;
let domain = `ceramic.${process.env["DOMAIN"]}`;
let rpcUrl = `${process.env["RPC_URL"]}`;

//////////////////////////////////////////////////////////////
// Create permissions:
Expand Down Expand Up @@ -264,6 +265,8 @@ function makeCmd(inputbucketName: pulumi.Input<string>, inputIpfsUrl: pulumi.Inp
".*",
"--state-store-s3-bucket",
bucketName,
"--ethereum-rpc",
rpcUrl
];
});
}
Expand Down

0 comments on commit 05df12e

Please sign in to comment.