Work with a partner to implement the following user story:
- As a web developer, I want to deploy my application to services like Render so that I can share my app with the world.
-
It's done when I have initialized a Git repository by running
git initat the root of my existing project. -
It's done when I have added the
PORTvariable inserver.jsaccording to the Render documentation. -
It's done when I have pushed my code to a new GitHub repository.
-
It's done when I have connected Render with my GitHub account.
-
It's done when I have setup an automatic deployment process on Render to the
mainbranch of my repo. -
It's done after I have confirmed that the application was deployed successfully by visiting the resulting URL e.g.
example.onRender.com.
Refer to the Full-Stack Blog on deploying to Render..
Refer to the documentation:
Render documentation on setting environment variables
Render documentation on linking Github
If you have completed this activity, work through the following challenge with your partner to further your knowledge:
- How can you create an app from the dashboard on Render instead of connecting it to GitHub and using that pipeline?
Use Google or another search engine to research this.
Β© 2024 edX Boot Camps LLC. Confidential and Proprietary. All Rights Reserved.