heroku / heroku-geo-buildpack

37 stars 26 forks source link

Add GitHub action for continuous deployment #12

Closed codingjoe closed 4 months ago

codingjoe commented 4 years ago

These scripts add continuous testing of the binary builds as well as automated builds and deployment to the AWS S3 bucket.

Before you merge:

The following GitHub secrets need to be set on either this repo or on the Heroku GitHub organization:

After that, every commit to the master branch will deploy binaries of all versions and for all Heroku runtime images.

codingjoe commented 4 years ago

@KevinBrolly this should make your life a lot easier, enjoy!

edmorley commented 4 months ago

Thank you for the PR! I've just added GitHub Actions based binary building in #53 using a similar approach to what I use for the Python buildpack.