heroku-deploy

A simple github action that dynamically deploys an app to heroku

MIT License

Stars
976
Committers
19

Bot releases are hidden (Show)

heroku-deploy - v3.13.15 Latest Release

Published by AkhileshNS 10 months ago

Updated node version to "node20" (as "node18" is not supported by GitHub Actions)

heroku-deploy - v3.13.14

Published by AkhileshNS 10 months ago

Updated node version from 16 to 18 (as 16 is causing problems due to deprecation)

heroku-deploy - v3.12.14

Published by AkhileshNS over 1 year ago

  • Updated @actions/core version to >1.10.0 to fix setOutput call problems in the future

(Thanks to @arg, @clickclickonsal, @romack and @fabn for the suggestion)

heroku-deploy - v3.12.13

Published by AkhileshNS over 1 year ago

Switched to node 16 due to deprecation of node 12 (Thank you to @brtrick for PR)

heroku-deploy - v3.12.12

Published by AkhileshNS over 3 years ago

  • Fixed minor bug regarding implementation of stack property in Action
heroku-deploy - v3.12.11

Published by AkhileshNS over 3 years ago

  • Updated documentation to include note on avoiding setting automatic deployments on in Heroku
  • Added ability to set stack when creating Heroku App
  • Fix bug with multiple rollbacks
heroku-deploy - v3.11.10

Published by AkhileshNS over 3 years ago

  • Fixed bug related to "master" and "main" default branch switch in git (Now the Action pushes to "main" by default and automatically switches Heroku Apps that still use "master" to "main")
  • Removed "remote_branch" as it is redundant now
heroku-deploy - v3.10.9

Published by AkhileshNS over 3 years ago

  • Using "main" remote branch as default
  • Using status code to verify healthcheck response
heroku-deploy - v3.9.9

Published by AkhileshNS over 3 years ago

  • Added option to disable autocreation of heroku app
  • Added option to specify remote heroku branch to deploy to
heroku-deploy - v3.8.9

Published by AkhileshNS almost 4 years ago

  • Fixed minor bug with build args
heroku-deploy - v3.8.8

Published by AkhileshNS almost 4 years ago

  • Added feature to deploy apps to teams
heroku-deploy - v3.8.8-beta

Published by AkhileshNS almost 4 years ago

  • Added feature to deploy apps to teams (Still in testing)
heroku-deploy - v3.7.8

Published by AkhileshNS almost 4 years ago

  • Added region option
heroku-deploy - v3.6.8

Published by AkhileshNS almost 4 years ago

  • Add a feature to make it login only
  • Fix Procfile Passing issue
  • Add feature to check for uncommitted changes and commit them
heroku-deploy - v3.5.7

Published by AkhileshNS about 4 years ago

  • Switched from custom parser to dotenv for parsing env files
heroku-deploy - v3.5.6

Published by AkhileshNS about 4 years ago

  • Added a feature to rollback changes on healthcheck failure
  • Added a feature to pass environmental variables via an env file
heroku-deploy - v3.4.6

Published by AkhileshNS about 4 years ago

Added feature to add docker build args when deploying using docker

heroku-deploy - v3.3.6

Published by AkhileshNS about 4 years ago

Added feature to setup manual delays before performing healthchecks

heroku-deploy - v3.2.6

Published by AkhileshNS over 4 years ago

  • Added feature to set procfile from within action
  • Added feature to check for a specific value coming from the healthcheck url
  • Added GitHub Tests Badge to the official documentation
  • Updated Documentation
heroku-deploy - v3.1.6

Published by AkhileshNS over 4 years ago

  • New feature to pass env variables from action to Heroku
  • New feature to perform a health check on app post-deployment
  • Updated README
Package Rankings
Top 0.18% on Github actions
Badges
Extracted from project README
Join the chat at https://gitter.im/akhileshns-heroku-deploy/community
Related Projects