- Create account and link it to your github account
- deployment setup instructions are here
- Make sure to follow site-naming convention for CYF projects
- Make changes locally, test locally
- commit your changes
- push to github
- wait for auto deployment to finish
- test on your site
Note: Netlify only monitors your master branch, by default. But you can choose a branch to be monitored.
- log in to https://netlify.com/
- select your site from the list
- click on
site settings
- click on
change site name
- follow instructions
If this a CYF Homework project...
- Does your teacher have your updated URL?
- Have you followed CYF site naming conventions (help your teachers!) TODO: Link
- log in to https://netlify.com/
- select your site from the list
- click on
site settings
- scroll down and choose
_delete this site_
- follow the instructions to confirm
- My site is not deploying when I push a change to github
- Are you sure netlify is configured for the branch you are pushing to?
- Be aware that changes can take some minutes to show up
- Check the logs
- My repo doesn't show up in the netlify menu
- Follow the prompt to configure your netlify-github integration and give it access to the repo you need (or all repos).
- My site has the wrong name
- rename it (see above)
- You create the site using the wrong repo or wrong github account
- Delete & recreate site.