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

feat: Add Light Bridge release pipeline #1300

Merged
merged 3 commits into from
Nov 17, 2023
Merged

Conversation

wsdt
Copy link
Contributor

@wsdt wsdt commented Nov 13, 2023

Overview

Since we switch over to DockerHub, I created this pipeline to automate it just as we did for the Faucet.

Workflow is only triggered on release or when we want to trigger it specifically.
And will be aborted if there are no changes in the teleportation folder.

Also extending this for an actual aws deployment in a separate pr.

Changes

  • Add Github workflow for light bridge Docker build
  • Remove orphaned code
  • Add optional env to ops/docker-compose*-side.yml

Testing

Fully tested in a personal repository.

@@ -66,10 +66,6 @@ const main = async () => {
'teleportation-airdrop-gas-amount-wei',
env.TELEPORTATION_AIRDROP_GAS_AMOUNT_WEI || '100000000000000' // 0.0001 eth
)
const TELEPORTATION_AIRDROP_MIN_USD_VALUE = config.str(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was removed in an earlier pr a while ago, cleanup

@wsdt wsdt force-pushed the wsdt/teleportation-depl branch from a2978bc to c19ac4e Compare November 13, 2023 06:39
@wsdt wsdt force-pushed the wsdt/teleportation-depl branch from c19ac4e to b622a4d Compare November 13, 2023 07:32
@github-actions github-actions bot removed the M-ci label Nov 17, 2023
@wsdt wsdt merged commit b481d84 into develop Nov 17, 2023
6 of 8 checks passed
@wsdt wsdt deleted the wsdt/teleportation-depl branch November 17, 2023 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants