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

Github Actions implementation #51

Merged
merged 83 commits into from
Oct 12, 2023
Merged

Github Actions implementation #51

merged 83 commits into from
Oct 12, 2023

Conversation

snthtcs
Copy link
Contributor

@snthtcs snthtcs commented Oct 11, 2023

This PR introduces GitHub Actions pipelines into the Kread Frontend repository's workflow, enabling automated deployment to both the Emerynet and Mainnet environments.

  • PR -> develop (requires approver) -> Deploys to Emerynet on PR closed
  • develop -> PR -> main (requires approver from CODEOWNERS) -> Deploys to Mainnet on PR closed

CODEOWNERS:

Xabier Almazor and others added 30 commits September 26, 2023 15:00
@snthtcs snthtcs linked an issue Oct 11, 2023 that may be closed by this pull request
6 tasks
@snthtcs snthtcs requested a review from carlos-kryha October 11, 2023 16:19
Copy link
Contributor

Choose a reason for hiding this comment

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

It seems this kind of filter could come in handy as we debug market bugs, I will add a const EXCLUDE_ITEM_CATEGORIES where we can easily define what to filter out

frontend/src/pages/shop/items-shop.tsx Outdated Show resolved Hide resolved
@snthtcs snthtcs merged commit 00aa0e2 into develop Oct 12, 2023
@snthtcs snthtcs deleted the pbi/github-actions branch October 12, 2023 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate the Azure Pipeline to Github
5 participants