vocatwk / CodeU-Nemo

Chat web app for CodeU
Apache License 2.0
1 stars 3 forks source link

Fixed file path #109

Closed lealgamb closed 6 years ago

lealgamb commented 6 years ago

Fixes #108

lealgamb commented 6 years ago

I was able to open the file by moving the code from ServerStartupListener to NemoBot and using an InputStream. Sorry for the previous changes. This works locally and also for tests.

lealgamb commented 6 years ago

Should I try it from this branch or merge then deploy from master?

yebrahim commented 6 years ago

Yes. Ideally we should have a staging environment (another app in the same project, or an entirely different project) to try things before pushing to production. We don't. :)

lealgamb commented 6 years ago

That would be helpful. Just to be sure, that's a yes to try from this branch?

yebrahim commented 6 years ago

Yes please go ahead. Worst case scenario is we’ll redeploy from master.