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

feat: add GitHub Actions workflow for deploying on release creation #3

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

kkdai
Copy link
Owner

@kkdai kkdai commented Jan 3, 2024

  • Added a new file, .github/workflows/render_deploy.yml
  • Added a GitHub Actions workflow for deploying on release creation
  • Configured the workflow to run on release creation events
  • Defined a job named "build" that runs on Ubuntu latest
  • Added a step to deploy to production using the johnbeynon/render-deploy-action action
  • Configured the action with the necessary parameters for deployment

- Added a new file, `.github/workflows/render_deploy.yml`
- Added a GitHub Actions workflow for deploying on release creation
- Configured the workflow to run on release creation events
- Defined a job named "build" that runs on Ubuntu latest
- Added a step to deploy to production using the `johnbeynon/render-deploy-action` action
- Configured the action with the necessary parameters for deployment

Signed-off-by: Evan Lin <evan.if.lin@linecorp.com>
@kkdai kkdai merged commit 06cde75 into main Jan 3, 2024
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