-
Notifications
You must be signed in to change notification settings - Fork 4
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
Testnet Deployment via CI/CD #396
Commits on Jul 2, 2022
-
nix: optimised filtered source, eliminating everything unnecessary fo…
…r nix-build Note that even though `/.*` was ignored, the `.env.example` is still in the filtered source. This is because `nix-gitignore` appears to prepend the additional ignores, and thus `!.env.example` in `.gitignore` overrides the `/.*`.
Configuration menu - View commit details
-
Copy full SHA for d8d9f89 - Browse repository at this point
Copy the full SHA d8d9f89View commit details -
chore: updating
.env.example
withAWS_*
keys and `CONTAINER_REGIS……TRY`, `CONTAINER_REPOSITORY`, and `REGISTRY_AUTH_FILE`
Configuration menu - View commit details
-
Copy full SHA for 3e5496d - Browse repository at this point
Copy the full SHA 3e5496dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e1c8e - Browse repository at this point
Copy the full SHA b0e1c8eView commit details -
ci: integrated
scripts/deploy-image.sh
to integration:deployment an……d using environment scopes for deployment jobs
Configuration menu - View commit details
-
Copy full SHA for 2b7bda9 - Browse repository at this point
Copy the full SHA 2b7bda9View commit details -
ci: skopeo needs
--tmpdir $TMPDIR
specified in order to place inter……mediate artifacts in `$TMPDIR` instead of hardcoded to `/var/tmp`
Configuration menu - View commit details
-
Copy full SHA for 8b6a2b7 - Browse repository at this point
Copy the full SHA 8b6a2b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f762be4 - Browse repository at this point
Copy the full SHA f762be4View commit details
Commits on Jul 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d555a9e - Browse repository at this point
Copy the full SHA d555a9eView commit details -
ci: container image and testnet deployment integrated to all relevant…
… stages of the pipeline * `integration:deployment` - deploys to testenet * `integration:prerelease` - deploys to GitLab container registry as `testnet` * `release:deployment:branch` - deploys to mainnet * `release:deployment:tag` - deploys to mainnet * `release:distribution` - deploys to GitLab container registry as `mainnet` mainnet deployment is still a stub
Configuration menu - View commit details
-
Copy full SHA for 2df69eb - Browse repository at this point
Copy the full SHA 2df69ebView commit details