Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 382 Bytes

Deployment-steps.md

File metadata and controls

13 lines (7 loc) · 382 Bytes

SETUP server.js (express.static and res.sendFile for react app)

SETUP "build" and "start" scripts in package.json

Deploy on render.com with env variables

Update Github OAuth App (homepage url and callback url)

Add CLIENT_BASE_URL as env variable on render

Update the callback url on github.auth.js to full url (deployed url)

Lastly, subscribe to make it work ;)