bytechef icon indicating copy to clipboard operation
bytechef copied to clipboard

[task] Initial CI Infrastructure for deploying the platform to AWS

Open ivicac opened this issue 2 years ago • 1 comments

Options:

  1. AWS ECS
  • https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service
  1. 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.exclude property: bash

ivicac avatar Jul 29 '23 05:07 ivicac

Decision is to go with AWS ECS for now

ivicac avatar Aug 08 '24 10:08 ivicac