AWS CodePipeline CI/CD (Static Site Hosted on S3)

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

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

  • @devanshjain832
    @devanshjain832 9 หลายเดือนก่อน +1

    Thank you so much for this. Deployed my first CI-CD pipeline using your content.

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

    I can't thank you enough for this tutorial, it was very useful. I searched for tutorials that would allow me to host my app directly on S3, but almost evry other tutorial video on youtube was suggesting to purchase domain. Yours was the only tutorial that perfectly suited my requirements, even though my project is in React, i only had to change the buildspec slightly, everything else was on spot. Again, thank you very much for this.

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

      I'm glad I could help! Thank you for watching. 🙏

  • @dev-mantas
    @dev-mantas ปีที่แล้ว +2

    Good to see u back 😁

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

      It has been a while! I have some more video ideas so there is more to come. Thanks for sticking around. 🙌

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

    FWIW. ran into an issue with the codebuiid with an error something like "skipping invalid file path dist". I was using nuxt 3 and trying to deploy a static web site of my project. Needed to change the `build: commands:` to `npm run generate' instead of 'npm run build'

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

    Thanks I see you posted the video about S3 pipeline! I managed to do this before watching this - but I will check that to see if this is any different :)

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

      Oh nice! You'll have to let me know if you set it up differently or more efficiently.