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

Setup staging #661

Open
3 of 5 tasks
johnpaulashenfelter opened this issue Sep 7, 2023 · 3 comments
Open
3 of 5 tasks

Setup staging #661

johnpaulashenfelter opened this issue Sep 7, 2023 · 3 comments
Assignees

Comments

@johnpaulashenfelter
Copy link
Collaborator

johnpaulashenfelter commented Sep 7, 2023

Setup a new staging environment

  • Setup frontend staging
  • Setup backend staging
  • Document setup
  • Document deployment
  • Docs in repo/wiki
@johnpaulashenfelter johnpaulashenfelter self-assigned this Sep 7, 2023
@johnpaulashenfelter
Copy link
Collaborator Author

@johnpaulashenfelter
Copy link
Collaborator Author

Deploying:

heroku config:set APP_BASE=frontend -a flaredown-staging-webapp
heroku git:remote -a flaredown-staging-webapp
git push heroku master

and

heroku config:set APP_BASE=backend -a flaredown-staging-webapp
heroku git:remote -a flaredown-staging-api
git push heroku master

@Tonkpils
Copy link
Collaborator

@johnpaulashenfelter One thing that I'm thinking is missing from staging is proper mongoDB credentials. The app seems to be failing in staging due to a mongoDB issue on the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants