Skip to content

chore(backend): Added stage and prod deployment pipelines with fly#56

Merged
hsb1007 merged 4 commits intoeronka:mainfrom
rajdip-b:chore/release
Mar 20, 2024
Merged

chore(backend): Added stage and prod deployment pipelines with fly#56
hsb1007 merged 4 commits intoeronka:mainfrom
rajdip-b:chore/release

Conversation

@rajdip-b
Copy link
Copy Markdown
Collaborator

Fixes #55

Feature list

  • Added Dockerfile in backend to containerize the API of culero. Currently, the build size is 700 MB which we can optimize later on.
  • Added fly.backend.toml that contains the details related to the API instances. primary_region = "bom" This line might need to be changed as per the regional preference!
  • Added a 2 workflow files that will trigger when a push is made to develop and main.

Todos

  • Need to make sure no one can push to develop or main, apart from maintainers
  • Need to make develop a protected branch
  • Need to add secrets to the repository
  • Add CNAME entries in DNS registrar

@hsb1007

@hsb1007 hsb1007 merged commit 42d4438 into eronka:main Mar 20, 2024
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

Successfully merging this pull request may close these issues.

CI/CD and deploy the API

2 participants