Skip to content

Create CD pipeline #37

@itsMarcoSolis

Description

@itsMarcoSolis

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions