Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Created April 27, 2022 00:41
Show Gist options
  • Save remarkablemark/1319ee49896da206c76bf7376eec05d0 to your computer and use it in GitHub Desktop.
Save remarkablemark/1319ee49896da206c76bf7376eec05d0 to your computer and use it in GitHub Desktop.
- name: Add Heroku app to pipeline
if: github.event.action == 'opened'
run: heroku pipelines:add my-pipeline --app=${{ env.HEROKU_APP_NAME }} --stage=development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment