bytechef
bytechef copied to clipboard
[task] Initial CI Infrastructure for deploying the platform to AWS
Options:
- AWS ECS
- https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service
- Qubinets (Kubernetes)
Tasks
- [ ] Define all production properties that have to be overridden and their values(check application.yml. for all bytechef-related values)
- [ ] Define the process of deploying to production(which branch, what will be the trigger, etc.)
- [ ] GitHub deploy action
- [ ] Exclude the following components from the runtime due to security concerns via
bytechef.excludeproperty:bash
Decision is to go with AWS ECS for now