I have used netlify dev
to successfully build and run a react app that calls a netlify function and gets a result. I fee very proud of myself.
However, still not able to figure you what netlify deploy
is suppose to do. Here’s the output I get:
➜ pgnfen2 git:(fbadmin2) netlify deploy git:(fbadmin2|)
Deploy path: /home/jlowery2663/projects/pgnfen2/build
Functions path: /home/jlowery2663/projects/pgnfen2/functions
Configuration path: /home/jlowery2663/projects/pgnfen2/netlify.toml
Deploying to draft URL…
Finished hashing 18 files and 1 functions
CDN requesting 0 files and 1 functions
Finished uploading 1 assets
Draft deploy is live!
Logs: https://app.netlify.com/sites/nervous-swirles-c221b3/deploys/5db391f0aac93cd3a2a50c7a
Live Draft URL: https://5db391f0aac93cd3a2a50c7a--nervous-swirles-c221b3.netlify.com
If everything looks good on your draft URL, take it live with the --prod flag.
netlify deploy --prod
I go to the Live Draft URL, and I see the same old page that I checked into master on github. What gives?