colabco / cbld-api

GNU General Public License v3.0
0 stars 0 forks source link

Setup deployment for api service to heroku #4

Open lululeon opened 3 months ago

lululeon commented 3 months ago

This ticket determines the web app's hosting and deployment requirements to Heroku.

Acceptance criteria

blackxavier commented 2 months ago

I will deploy the clbd API to heroku.

shuza commented 1 month ago

@blackxavier How are you going to deploy? Terraform ot CI/CD?

blackxavier commented 1 month ago

Hii @shuza , I haven't thought about deploying with any infrastructure deployment tooling like terraform. I want to deploy to heroku manually, then use GitHub actions to automate the process.

blackxavier commented 1 month ago

As a comment to the edited descrption, I added the second AC because based on my current knowledge, you cant setup an heroku deployment fully without push the master or main branch to heroku remote. so I setup the proxy to let team members see what has been done. I am also working on documentation that helps team members deploy this service to heroku themselves (if interested) .