Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.49 KB

README-DEPLOY.md

File metadata and controls

35 lines (23 loc) · 2.49 KB

YouVersion Web Open Ideas - Deploying to Netlify

The purpose of this document is to provide instructions for deploying your private fork of the application to Netlify. This will allow an easy demonstration of new or proposed functionality in PR submissions.

  1. First, sign up at https://www.netlify.com to create an account, if you don't already have one (Suggest validate using your GitHub account).
    Netlify sign on screen

  2. Next, select your Git provider (most likely GitHub)
    Git provider selection screen

  3. Pick your fork (e.g. userId/youversion-web-open-ideas)
    Git repository selection screen

  4. Configure the build settings (e.g. build command: npm run build & publish directory: /build) and click "Deploy site"
    Build configuration screen

  5. On the next screen select the last deployment to see the build/deployment logs.
    Deployment list

  6. Review the deployment progress in the log. Once complete, you can also preview the site using the link provided.
    Deployment log

  7. To change the default generated site name, select "Site settings" from the Overview tab.
    Site overview screen

  8. On the Site information panel, click the "Change site name" button
    Site settings screen

  9. Update the site name. Suggest prepending your user ID to prevent collisions.
    Site name screen

The final URL should look something like https://glasssd-youversion-web-open-ideas.netlify.com. Please include a reference to your site when submitting a PR to demonstrate your proposed feature or fix.