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

Prepare the app to be deployed to Heroku #32

Merged
merged 1 commit into from
May 21, 2021

Conversation

paulomarg
Copy link
Collaborator

WHY are these changes introduced?

We're adding support for deploying this app to Heroku using the CLI, and that requires a few things to be put in place.

WHAT is this pull request doing?

  • Sets up a Heroku Procfile that prepares the app to run with nginx
  • Sets up a proper nginx config file for Heroku
  • Added a new npm build script which just builds the React assets
  • Sets up apps to run the db migrations (only after the DB has been configured) as part of the release process

Checklist

  • I have added/updated tests for this change

@paulomarg paulomarg requested a review from a team as a code owner May 20, 2021 20:54
Copy link
Contributor

@MuhammadFarag MuhammadFarag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💪

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.

2 participants