Remove deployment step from frontend workflow#279
Remove deployment step from frontend workflow#279barbaraperic wants to merge 1 commit intofilecoin-project:mainfrom
Conversation
|
@barbaraperic Any idea why the Vercel deployment doesn't seem to be linked to the correct backend? No proposals listed https://on-chain-voting.vercel.app/home Mainnet proposals listed: https://vote.fil.org It looks like it might missing the env variables: https://github.com/filecoin-project/on-chain-voting/blob/main/deployment/deployment.md I think the current values for mainnet can be found here: https://github.com/filecoin-project/on-chain-voting/blob/main/contracts/scripts/filecoin_mainnet_config.json And a nice stretch goal would be to create a staging env as well with these variables: https://github.com/filecoin-project/on-chain-voting/blob/main/contracts/scripts/filecoin_testnet_config.json, and a dev env with these variables: https://github.com/filecoin-project/on-chain-voting/blob/main/contracts/scripts/filecoin_devnet_config.json |
Remove SSH deployment from workflow