You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As a developer
I need basic CI/CD pipelines
So that the agility of our development lifecycle improves.
Details and Assumptions
Acceptance Criteria
The text was updated successfully, but these errors were encountered: