Netlify Raises $12M from A16Z
21–30 of 96 posts
Re: Netlify Raises $12M from A16Z
#22Awesome service so far. The Continuous Deployment flow is awesome with deploy previews, CDN, custom routing, Automatic SSL from Let's Encrypt. The SSL can be improved to be true automatic without a provisioning step (first hit issues a cert)
Re: Netlify Raises $12M from A16Z
#23$ npm install netlify -g /usr/local/bin/netlify -> /usr/local/lib/node_modules/netlify-cli/bin/cli.js ├── left-pad@0.0.3 ├── isarray@1.0.0 ├── is-positive-integer@1.1.1 ├── babel@6.5.2
I hope this was a joke because it made me laugh a lot
Re: Netlify Raises $12M from A16Z
#24For a standard React FE app, why use this vs Heroku vs S3?
Re: Netlify Raises $12M from A16Z
#25On the main page there's an interactive tutorial $ npm install netlify -g /usr/local/bin/netlify -> /usr/local/lib/node_modules/netlify-cli/bin/cli.js ├── left-pad@0.0.3 ├── isarray@1.0.0 ├── is-positive-integer@1.1.1 ├── babel@6.5.2 I hope this was a joke because it made me laugh a lot
Re: Netlify Raises $12M from A16Z
#26Re: Netlify Raises $12M from A16Z
#27Gitlab on-prem support coming? That would make me very likely to switch especially because I think it would make it much easier to spin up review apps for our SPA's
Re: Netlify Raises $12M from A16Z
#28I moved some static sites to Netlify from S3 because it seemed easier than getting HTTPS working on S3. It certainly was, and I haven't looked back. The automatic generation of a static site from the repo is a killer feature I didn't know I needed until I tried it. Congrats to the team!
For instance I needed simple http auth on some directories in a site, and to get that it's $45/month. I ended up with caddy on a $5 digital ocean droplet which automatically sets up and renews the lets encrypt SSL for you. Caddy really is pretty damn nice.
Re: Netlify Raises $12M from A16Z
#29Gitlab on-prem support coming? That would make me very likely to switch especially because I think it would make it much easier to spin up review apps for our SPA's
We do support GitLab on prem already, but right now it doesn't let you trigger deploy previews and branch deploys. Currently that's something we can help with on the custom plan, but we do hope to bring it to the normal tiers as well.
Re: Netlify Raises $12M from A16Z
#30Huge, huge fangirl. Keep it up, Netlify!!!