Setting up a CI/CD Pipeline with GitHub Actions & Netlify

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024

Комментарии • 13

  • @royal-code
    @royal-code 3 года назад

    I'm loving every bit of this series Josh.. thanks!

  • @harmanmax
    @harmanmax 3 года назад

    Great Explanation Joshua Thank you so much !

  • @badgerbr1an875
    @badgerbr1an875 2 года назад +1

    *Adding a password on Netify requires a Pro Account ($20/month). Just an FYI.

  • @jacinyan3893
    @jacinyan3893 3 года назад +1

    Hi Joshua, that’s exactly what I am looking for. And is the whole series put in a playlist? I might need to check the videos where you created the kanban board. Cheers

  • @andres111111000
    @andres111111000 2 года назад

    Genius :)

  • @GuillermoArellano
    @GuillermoArellano Год назад

    I was hoping to not have to create a toml file and only use GitHub Actions to deploy to Netlify. Guess that may not be possible.

  • @iagolisboa7827
    @iagolisboa7827 2 года назад

    I tried following this tutorial but every time I try to deploy the site I get an error, can't find how to solve it, make a playlist teaching how to configure the repo properly or something, bad tutorial for beginners like me :(

  • @romimaximus
    @romimaximus 2 года назад

    I thought this tutorial , was to show how use Github Actions to deploy the app ?, but i didnt see you doing that ? , but thank you 👍

    • @JoshuaMorony
      @JoshuaMorony  2 года назад +1

      For this particular example I'm using GitHub Actions for the CI part of the process (running automated tests when code is pushed), and Netlify for the CD part - this tutorial starts with the GitHub Actions stuff already set up, but the previous tutorial covers that: ruclips.net/video/mda8mH4dRuo/видео.html

    • @romimaximus
      @romimaximus 2 года назад

      @@JoshuaMorony ok, thank you very much 😊👍

    • @romimaximus
      @romimaximus 2 года назад

      The tutorial in the link is for testing..., im looking for a tutorial that teaches how to use github actions to deploy an application..

    • @JoshuaMorony
      @JoshuaMorony  2 года назад +1

      @@romimaximus Yes this tutorial only uses GitHub Actions for CI testing, I don't have anything on using GitHub Actions for the actual deployment step

  • @jacinyan3893
    @jacinyan3893 3 года назад

    And lazy as I am, is there also a way Netlify would know if everything goes right in Github Actions it can still auto publish the build, and doesn’t if the actions fail.