conda-forge / conda-forge-webservices

the heroku app deployed to run conda-forge admin commands and linting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider using GHA workflow for Heroku deployment

jakirkham opened this issue · comments

There is a GHA called "Deploy to Heroku", which looks promising

This would allow us to use GHA to drive deployments to Heroku. Configure for Docker builds. Also it could perform regular health checks and redeploy for us.

Another option to consider would be building the Docker image on GHA and at the end just pushing the image to Heroku

Nvm missed we are already use this here:

- uses: akhileshns/heroku-deploy@v3.13.15