Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add Heroku deployment workflow #5

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Conversation

kkdai
Copy link
Owner

@kkdai kkdai commented Jan 3, 2024

  • Add a new file .github/workflows/heroku_deploy.yml
  • Set up a workflow for deploying to Heroku
  • Trigger the workflow on release events
  • Use the latest version of Ubuntu as the runner
  • Add the step to checkout the repository
  • Use the akhileshns/heroku-deploy action for deploying to Heroku
  • Pass the Heroku API key, app name, and email as secrets

- Add a new file `.github/workflows/heroku_deploy.yml`
- Set up a workflow for deploying to Heroku
- Trigger the workflow on release events
- Use the latest version of Ubuntu as the runner
- Add the step to checkout the repository
- Use the akhileshns/heroku-deploy action for deploying to Heroku
- Pass the Heroku API key, app name, and email as secrets

Signed-off-by: Evan Lin <evan.if.lin@linecorp.com>
@kkdai kkdai merged commit 1dbcedd into main Jan 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant