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

Create CD pipeline #37

Open
itsMarcoSolis opened this issue Jan 27, 2024 · 0 comments
Open

Create CD pipeline #37

itsMarcoSolis opened this issue Jan 27, 2024 · 0 comments
Assignees

Comments

@itsMarcoSolis
Copy link
Member

itsMarcoSolis commented Jan 27, 2024

As a developer
I need a CD pipeline in GitHub Actions that builds the Otomee Interface and deploys it to an AWS S3 bucket and IPFS when changes are merged to the dev, release or master branch
So that my application is automatically updated and distributed across both AWS and IPFS networks, ensuring high availability and decentralization

Details and Assumptions

Acceptance Criteria

Given the Otomee interface repository and a configured CD pipeline
When changes are merged into the dev, release or master branch
Then the CD pipeline triggers automatically

Given the CD pipeline is triggered
When the pipeline executes
Then it builds the React project successfully

And when the React project is built
Then it uploads the build artifacts to the specified AWS S3 bucket

And after uploading to AWS S3
Then it uploads the build artifacts to IPFS

Given the deployment is successful
When I access the React application URL on AWS S3
Then I see the latest version of the application

And when I access the React application through an IPFS gateway
Then I see the latest version of the application
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

No branches or pull requests

2 participants