Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Created April 27, 2022 00:43
Show Gist options
  • Save remarkablemark/226fa65672c654973eb9538813bc82f3 to your computer and use it in GitHub Desktop.
Save remarkablemark/226fa65672c654973eb9538813bc82f3 to your computer and use it in GitHub Desktop.
- name: Destroy Heroku app
if: github.event.action == 'closed'
run: heroku apps:destroy --app=${{ env.HEROKU_APP_NAME }} --confirm=${{ env.HEROKU_APP_NAME }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment