Does anyone know how to deploy to Vercel instead of Netlify? I can't find articles on this. Would I add something like VERCEL_AUTH_TOKEN and VERCEL_SITE_ID? I can't really find how to create the access token on Vercel website though.
sorry for bothering xD but how are you doing deployment for your side project, and how do you guarantee that you dont lose any request when pushing to production. i have a side project built with techs you used too but im using mysql instead. edit: how are you actually handling deployment, i did linked a remote repo to my server with ssh, and its working perfectly but i dont know if there is another better way i dont know else where to ask you :) thanks bro !
Like for providing the github link too...I searched for CircleCI and guess what, I found a Ben Awad Video😁
Thank you very much, Ben, great material!
Quick suggestion: could you make a video on Continuous deployment with Gitlab CI / React / Typescript as well ?
good idea, yeah
I need to spend some more time with the GitLab CI, but yes
Does anyone know how to deploy to Vercel instead of Netlify? I can't find articles on this. Would I add something like VERCEL_AUTH_TOKEN and VERCEL_SITE_ID? I can't really find how to create the access token on Vercel website though.
Thanks for the video, it helped me a lot!!
Thx for sharing Ben
sorry for bothering xD but how are you doing deployment for your side project, and how do you guarantee that you dont lose any request when pushing to production.
i have a side project built with techs you used too but im using mysql instead.
edit: how are you actually handling deployment, i did linked a remote repo to my server with ssh, and its working perfectly but i dont know if there is another better way
i dont know else where to ask you :) thanks bro !
I use dokku
@@bawad thank u soo much, good luck man ! :)
What are ur opinions about TravisCI..? Also can you increase the volume of ur videos a bit.. it becomes hard to hear at many places
TravisCI looks like it's going downhill after the acquisition
I'll try a new mic position for Thursday's video. Let me know if it's better.
Use Circle CI m8
This is great!! Do you think you’ll ever cover testing more in depth?
possibly
Any video thought of for different kinds of indexes that PostgresQL provides us eg Btree, gin, gist etc etc? When and how to use them properly?
sounds like a good video
Not sure why I keep getting Error: Not Found on netlify deploy command. I already added NETLIFY_AUTH_TOKEN and NETLIFY_SITE_ID
Have you tried to echo the values to verify they are there?
@@bawad It works now thanks man :)
yes!!!!
How do you use your circleci for react-native deployment? do you use fastlane?
If you're not using expo yes
Can you try use Detox ?
yes
What about Jenkins? Jenkins is free.
Jenkins is a good choice if you want to set it up yourself
@@bawad I found this guide on jenkins and it uses docker. It's a pretty easy setup. jenkins.io/doc/tutorials/build-a-node-js-and-react-app-with-npm/