Deploy React Application To Firebase Using GitHub Actions

Sdílet
Vložit
  • čas přidán 22. 01. 2021
  • 📘New Course: Build full-stack React Typescript applications tsreact.maksimivanov.com/s/ytd
    In this video we'll set up a GitHub Actions CI pipeline that will deploy our React application to Firebase Hosting
    🐦 Twitter: / ivanov_dev
    I write about React and TypeScript there
    Code: github.com/satansdeer/gh-acti...
    Discord: / discord

Komentáře • 25

  • @AlanJudson
    @AlanJudson Před 3 lety +7

    I'd love to learn more about setting this up for several environments

  • @zerocodercool
    @zerocodercool Před 3 lety +4

    Thanks!!!!! Concise and easy to do. Yeah, these CI/CD topics are really interesting! Keep them coming!

  • @kesharwani.prashant
    @kesharwani.prashant Před 3 lety

    Thank you so so much:)
    I watched several videos, none of them actually worked.
    This worked flawlessly..

  • @yusufaltundal3482
    @yusufaltundal3482 Před 3 lety +1

    Thanks for video, I found half of my answers in here! You're amazing :)

  • @vitalii4329
    @vitalii4329 Před 3 lety +3

    Отличный материал, спасибо за видео! Продолжай в том же духе !)

  • @dartdragon4785
    @dartdragon4785 Před 3 lety

    Tyvm. Worked pretty well. For some reason I had to swap out "yarn install" with "yarn add".

  • @user-ki1ik8oi6b
    @user-ki1ik8oi6b Před 3 lety +2

    Thanks for the tutorial, it is very useful!

  • @yoursnagaraju
    @yoursnagaraju Před 3 lety

    Crystal clear explanation!!

  • @zohaibijaz1906
    @zohaibijaz1906 Před 3 lety

    Subscribed, awesome, to the point tutorial.

  • @justvj4190
    @justvj4190 Před 3 lety

    awesome work!

  • @raphaelamericano4115
    @raphaelamericano4115 Před 2 lety

    Awesome content!

  • @VassiliHuang12
    @VassiliHuang12 Před rokem

    great video 👍👍👍

  • @reyrodriguez5369
    @reyrodriguez5369 Před rokem +1

    Thanks for the video, I found it very useful, could you create another video showing how to configure and deploy including environment variables defined in the .env file.

  • @maklostartup201
    @maklostartup201 Před 2 lety +1

    thx. please make a version of this tutorial with several env files

  • @iankiii
    @iankiii Před rokem +1

    Please make a video on how to deploy with prod env as well if possible...I'm struggling to deploy on different dev and pod envs

  • @happy_cutman
    @happy_cutman Před 3 lety +1

    Спасибо Максим. Раз уж затронули тему Firebase, было бы неплохо сделать видео о настройке базы данных firebase для react приложения

    • @theBarracuda_
      @theBarracuda_ Před 2 lety

      Разобрался как сделать? может видос какой-нибудь посоветуешь?

  • @danielpreza4159
    @danielpreza4159 Před 3 lety +2

    Hey Mak I hope you're doing well today, could make a video tutorial talking about React.lazy using examples, please

  • @timkeller1510
    @timkeller1510 Před 2 lety

    Great video! Is it possible to do this without using Yarn, though? I've already screwed up my deployment twice from using npm just out of force of habit.

  • @jorgenUA
    @jorgenUA Před 2 lety

    Максим, "забабахай" какой-нибудь мини проект, как тот со "сложной формой"? Очень полезное видео получилось.

  • @osamansr5281
    @osamansr5281 Před 7 měsíci

    and how to set and access environment variables on github?

  • @kasper-pawlowski
    @kasper-pawlowski Před 3 lety +2

    When i try run actions i got this error: Process completed with exit code 1. Pls help

  • @webbhinton6842
    @webbhinton6842 Před 3 lety +1

    Anyone get a warning "No files were found with the provided path: build. No artifacts will be uploaded."? Do you need to specify the build path somewhere?

  • @christoferi9636
    @christoferi9636 Před rokem

    somone who dont use yarn?