Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor workflows to add deployment of contracts migrated on Celo #2492

Merged
merged 5 commits into from
Jul 2, 2021

Commits on Jun 10, 2021

  1. Refactor workflows to add deployment of contracts migrated on Celo

    Workflows have been refactored so that Celo-related artifacts could be
    deployed in the chain of automatic execusions triggered by the manual
    dispatch of the `Main` workflow in the `ci` project (with `environment`
    set to `alfajores`).
    michalinacienciala committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    3578a8d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Unification of env variables names

    Name of the environment variables for different networks have been
    unified to make the migrations more generic.
    michalinacienciala committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    76adcf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d969b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    c0b590d View commit details
    Browse the repository at this point in the history
  2. Reference the chain in the initcontainer image name

    Inintcontainer image name will now contain a suffix reflecting the chain
    for which it is configured. In the future we may add a suffix with
    the network name as well.
    michalinacienciala committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f5bb7d0 View commit details
    Browse the repository at this point in the history