mp23
December 13, 2024, 1:10pm
1
Hey everyone, wanted to see if there was an easy way I could connect the github repo to deploy with Netlify? Followed normal process connecting repo to netlify, but keep getting a 404 error.
Looking to use Bolt.new to customize my Bolt.dyi app.
Thanks for the help in advance.
Best,
Mike
till we are integrating netilfy as native plugin, you can use this hack:
use the terminal in the workbench to deploy to netlify
here are the steps
npm install netlify-cli -D
npm install netlify-cli -D
npx netlify deploy
notice I am installing the netlify cli twice, thats intentional, and tested. it does not work the first time
2 Likes
shawn
January 9, 2025, 6:13am
3
Hi Mike
Did you get any further with this. I had the same issue and because mine was a React app, it’s an SPA and the build was wrong.
mouss
February 19, 2025, 8:53pm
4
when I use these functions it creates the file on netlify but it does not actually deploy the website.
leex279
February 19, 2025, 9:04pm
5
@mouss if you want to deploy the github-repo, you can just do this from within netlify, as showing in my recent video:
1 Like