Intro to CircleCI with React

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 29

  • @thedeveloper4207
    @thedeveloper4207 5 ปีที่แล้ว

    Like for providing the github link too...I searched for CircleCI and guess what, I found a Ben Awad Video😁

  • @ekaterinahorton768
    @ekaterinahorton768 4 ปีที่แล้ว +1

    Thank you very much, Ben, great material!

  • @Minimus762
    @Minimus762 5 ปีที่แล้ว +7

    Quick suggestion: could you make a video on Continuous deployment with Gitlab CI / React / Typescript as well ?

    • @NEKIO
      @NEKIO 5 ปีที่แล้ว

      good idea, yeah

    • @bawad
      @bawad  5 ปีที่แล้ว +2

      I need to spend some more time with the GitLab CI, but yes

  • @ilovenaturesound5123
    @ilovenaturesound5123 2 ปีที่แล้ว

    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.

  • @trabucolandia
    @trabucolandia 5 ปีที่แล้ว

    Thanks for the video, it helped me a lot!!

  • @thananut
    @thananut 5 ปีที่แล้ว

    Thx for sharing Ben

  • @wassim5622
    @wassim5622 4 ปีที่แล้ว

    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 !

    • @bawad
      @bawad  4 ปีที่แล้ว +1

      I use dokku

    • @wassim5622
      @wassim5622 4 ปีที่แล้ว

      @@bawad thank u soo much, good luck man ! :)

  • @akashrajpurohit97
    @akashrajpurohit97 5 ปีที่แล้ว +2

    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

    • @bawad
      @bawad  5 ปีที่แล้ว +2

      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.

    • @tusharmistry7895
      @tusharmistry7895 3 ปีที่แล้ว

      Use Circle CI m8

  • @JoseFlores-hk1xd
    @JoseFlores-hk1xd 5 ปีที่แล้ว

    This is great!! Do you think you’ll ever cover testing more in depth?

    • @bawad
      @bawad  5 ปีที่แล้ว +1

      possibly

  • @milansingh3222
    @milansingh3222 5 ปีที่แล้ว

    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?

    • @bawad
      @bawad  5 ปีที่แล้ว

      sounds like a good video

  • @PhatHuynh-vh2uz
    @PhatHuynh-vh2uz 4 ปีที่แล้ว

    Not sure why I keep getting Error: Not Found on netlify deploy command. I already added NETLIFY_AUTH_TOKEN and NETLIFY_SITE_ID

    • @bawad
      @bawad  4 ปีที่แล้ว

      Have you tried to echo the values to verify they are there?

    • @PhatHuynh-vh2uz
      @PhatHuynh-vh2uz 4 ปีที่แล้ว

      @@bawad It works now thanks man :)

  • @peterm.souzajr.2112
    @peterm.souzajr.2112 5 ปีที่แล้ว +1

    yes!!!!

  • @johanvillamil2407
    @johanvillamil2407 5 ปีที่แล้ว

    How do you use your circleci for react-native deployment? do you use fastlane?

    • @bawad
      @bawad  5 ปีที่แล้ว +2

      If you're not using expo yes

  • @LawZist
    @LawZist 5 ปีที่แล้ว

    Can you try use Detox ?

    • @bawad
      @bawad  5 ปีที่แล้ว

      yes

  • @rtorcato
    @rtorcato 5 ปีที่แล้ว

    What about Jenkins? Jenkins is free.

    • @bawad
      @bawad  5 ปีที่แล้ว

      Jenkins is a good choice if you want to set it up yourself

    • @rtorcato
      @rtorcato 5 ปีที่แล้ว

      @@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/