You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to start working on the CI/CD configuration.
Let's use this threat for discussion.
I thinking on using the following setup.
Travis CI would run lint and test commands on for every PR and commit.
Netlify would create an ephimeral version of the frontend for every PR, that could be connected to the Jungle.
Problem is if you want to update the contracts, then we would need to think on a strategy for the ephemeral dapp to use those contracts. I think we can start without this and figure this out later.
Travis will run automated test with docker compose.
Please share your thoughts.
The text was updated successfully, but these errors were encountered:
Cool. For ephemeral contract testing environments, we could spin up a nodes with those contract changes on a cloud and build the react client with the right config to connect to those nodes. I have experience with AWS, ECS, Docker. We can use any service, the one that does the job better and less cumbersome.
I want to start working on the CI/CD configuration.
Let's use this threat for discussion.
I thinking on using the following setup.
Please share your thoughts.
The text was updated successfully, but these errors were encountered: