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

Implement initial CI/CD pipelines #34

Open
itsMarcoSolis opened this issue Oct 13, 2023 · 0 comments
Open

Implement initial CI/CD pipelines #34

itsMarcoSolis opened this issue Oct 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@itsMarcoSolis
Copy link
Member

itsMarcoSolis commented Oct 13, 2023

As a developer
I need basic CI/CD pipelines
So that the agility of our development lifecycle improves.

Details and Assumptions

  • Must build a release of the react app
  • Must deploy it to IPFS and the S3 bucket behind the otomee.com domain
  • Initially we will release the alpha version, so it must use alpha.otomee.com
  • Must follow the gitflow branching strategy

Acceptance Criteria

Given a new release or feature is ready
When I merge the corresponding branch to master, release or dev
Then the corresponding CI/CD workflows must be executed, making the changes available on alpha.otomee.com and on IPFS.
@itsMarcoSolis itsMarcoSolis added the enhancement New feature or request label Oct 13, 2023
@itsMarcoSolis itsMarcoSolis self-assigned this Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant