Deploy a React App to GitHub Pages via GitHub Actions (CICD) in 13mins! (Super easy)

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ค. 2022
  • Couldn't find a proper video tutorial about this, so I created one myself. This is for React apps created using CRA.
  • เพลง

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

  • @DigitalSketchArts
    @DigitalSketchArts 7 หลายเดือนก่อน +8

    I did follow the turorial completely and was able to deploy it, few things i faces issues with might help others during learning
    1. you will have to be consistant in naming the repo and the git url, if theres a mismatch there will be not found error.
    2. if the build passes but the app doesnt load after build, try going to Project > settings > Actions > General > enable workflow permissions to "Read and Write permissions" (Workflows have read and write permissions in the repository for all scopes.) and save

    • @user-zq5pg3ps2t
      @user-zq5pg3ps2t 3 หลายเดือนก่อน

      thanks , your comment helped me a lot!

    • @muenzi01
      @muenzi01 22 วันที่ผ่านมา

      it was "Read and Write permissions" for me

  • @bensonsung9671
    @bensonsung9671 8 หลายเดือนก่อน

    Hey Reuben, I just wanted to say that I really enjoyed watching this video! The code explained here is so thorough and it's been super helpful for me. Keep up the great work, looking forward to more videos like this! #codingtips

  • @AmarilloYonk
    @AmarilloYonk ปีที่แล้ว

    Thanks for such a succinct and clear walkthrough!

  • @Mark-Zuckerberg
    @Mark-Zuckerberg ปีที่แล้ว

    Calm and Beautifully explained. Thanks

  • @fuoridallarete
    @fuoridallarete 8 หลายเดือนก่อน

    Thank you, the clearest! Got it working as you describe the steps clearly. Thank you again

  • @T3kKeN9
    @T3kKeN9 5 หลายเดือนก่อน

    Straight to the point. Well done!

  • @rashenfernando539
    @rashenfernando539 10 หลายเดือนก่อน +1

    This is exactly what I want right now. Thanks mate❤

  • @tonysimpson8155
    @tonysimpson8155 ปีที่แล้ว

    Exactly what i wanted. Thank you so much. Saved a lot of time.

  • @tusharsurve7840
    @tusharsurve7840 3 หลายเดือนก่อน

    Awesome Tutorial🤩

  • @guadalupelazzo783
    @guadalupelazzo783 2 หลายเดือนก่อน

    Followed for react vite, anddd is not that instant, BUT vite has a file that you can use too, just ensure you are setting a new env file in the github repo, and connected to the environment

  • @felixreynoso7686
    @felixreynoso7686 11 หลายเดือนก่อน

    Awesome tutorial, thx

  • @fairwildchicken5958
    @fairwildchicken5958 4 หลายเดือนก่อน

    Beautiful ❤️

  • @medusa121
    @medusa121 11 หลายเดือนก่อน

    awesome!

  • @Vitoman123
    @Vitoman123 4 หลายเดือนก่อน

    worked for me

  • @shahilkdy8348
    @shahilkdy8348 8 หลายเดือนก่อน

    this is excatly what i wanted. but i need to deploy this built ready code to aws EC2 instance, how do we do that, chatgpt says just to ssh to server and pull the code, but it wont work as it is not built.
    i need the built ready code to be somehow updated in in EC2 instance.
    note that the repo is already cloned and project is running on the server, my task is to setup this CICD pipeline and build the project in github runner as it the building process in server eats too much RAM and cant complete.
    please help with anything, docs or what ever
    thanks

  • @hirentank9447
    @hirentank9447 2 หลายเดือนก่อน

    I am getting this error Creating an optimized production build...
    The build failed because the process exited too early. This probably means the system ran out of memory or someone called `kill -9` on the process.
    Error: The operation was canceled.

  • @gercius
    @gercius ปีที่แล้ว

    Noice

  • @TheHummusKing
    @TheHummusKing 4 หลายเดือนก่อน

    im getting permission denied when it is deploying to gh-pages. someone help?