DEV Community

Discussion on: Have you used Netlify for real client projects?

 
taylorpage71 profile image
Taylor Page

Do you have continuous deployment linked up to these kinds of websites? I've been wondering about this use-case method myself with some Gatsby and now an 11ty site that I'm working on for some clients. Was curious about the handoff with site ownership and how this should be handled. Would be nice if they had site owners and dev access as separate things rather than paying $19/member.

Thread Thread
 
alexabruck profile image
Alexa Steinbrück • Edited

Yes, I usually have CI/CD from Github in place. In this case I also create a Github account for the client. I am still struggling a bit with this approach, because it feels like it involves the client a bit too deep into the infrastructural/development part of the project. Seems like this is a side-effect of the JAM Stack...