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 beta environment and deployments #534

Merged
merged 28 commits into from
Feb 14, 2024

Conversation

dib542
Copy link
Collaborator

@dib542 dib542 commented Feb 12, 2024

This PR:

  • adds a beta deployment workflow to main branch builds --> beta.duality.xyz
  • adds a beta deployment workflow for PR deploy previews --> *--duality-xyz-beta.netlify.app
  • adds the beta environment variable specification
    • and updates the rest of the env files for better consistency as they all correspond to env build configs
    • .env.deploy-previews is no longer singular:
      • beta deployments use .env.beta
      • testnet deployments use .env.testnet
      • mainnet deployments in the future may use .env.production
  • adds some fixes to support denom information that exists on mainnet
  • adds an ErrorBoundary component to the app, so users never see a crashed App state if it occurs

@dib542 dib542 linked an issue Feb 12, 2024 that may be closed by this pull request
@dib542 dib542 linked an issue Feb 12, 2024 that may be closed by this pull request
@dib542 dib542 force-pushed the 529-add-beta-deployments-part-1 branch from 946ef03 to 3a61b1d Compare February 12, 2024 19:17
Base automatically changed from 529-add-beta-deployments-part-1 to main February 12, 2024 19:24
@dib542 dib542 force-pushed the 529-add-beta-deployments-part-2 branch from 7bbf7c1 to bf33423 Compare February 12, 2024 19:26
@dib542 dib542 force-pushed the 529-add-beta-deployments-part-2 branch from 13c162b to 2dbfeab Compare February 13, 2024 11:49
@dib542 dib542 force-pushed the 529-add-beta-deployments-part-2 branch from 2dbfeab to e0f6a72 Compare February 13, 2024 17:44
    - use generic error message, but log full error to console
      these errors may get picked up by allowed tracking scripts
      such as FullStory or Sentry
@dib542 dib542 merged commit 1cce3b6 into main Feb 14, 2024
2 of 3 checks passed
@dib542 dib542 deleted the 529-add-beta-deployments-part-2 branch February 14, 2024 14:31
dib542 pushed a commit that referenced this pull request Feb 14, 2024
## [2.2.0](v2.1.1...v2.2.0) (2024-02-14)

### Features

* add beta environment and deployments ([#534](#534)) ([1cce3b6](1cce3b6))
@dib542
Copy link
Collaborator Author

dib542 commented Feb 14, 2024

🎉 This PR is included in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add beta deployments
1 participant