GitHub Actions | How to use create CI/CD pipeline using Github Actions | HINDI

Поделиться
HTML-код
  • Опубликовано: 28 апр 2023
  • POC - GitHub Actions | How to use Github Actions for CI/CD pipeline
    GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that build and test every pull request to your repository, or deploy merged pull requests to production.
    In this video, you will see how we can create CI/CD pipeline using Github Actions.
    Topics explained in this video -
    - What is CI/CD pipeline
    - Tools used for CI/CD pipeline and What is Github Actions.
    - What are workflows
    - How to create jobs and write steps in workflows
    - Demo of Github Actions
    Useful Links -
    Github Actions Official website - github.com/features/actions
    Workflow which we have created for Build & Deploy - github.com/chandan13tiwari/gi...
    Code Github link - github.com/chandan13tiwari/gi...
    Please write to proofofconceptcode@gmail.com, in case of any queries and issues.
    Thanks for supporting.

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

  • @sudhirsingh7964
    @sudhirsingh7964 2 месяца назад

    Awesome

  • @lalitmohantewari6785
    @lalitmohantewari6785 4 месяца назад +1

    Well keep it up

  • @khushalgandhi5157
    @khushalgandhi5157 7 месяцев назад +1

    great man . Thanks a lot

  • @KK-ib2bi
    @KK-ib2bi 7 месяцев назад

    very well explained!!

  • @Coden69
    @Coden69 Год назад +2

    great work

  • @prajwalhatwar9590
    @prajwalhatwar9590 День назад

    sir I am seeing this video firtst time and very well explaination, one doubt here, can we upload your ./build code dir. to EC2 server?

    • @proofofconceptcode
      @proofofconceptcode  День назад

      Thanks.. yes, you can upload the build package to ec2 but that is bit tricky. You need to enable GitHub actions for S3 storage and then you can use the lamba service to load those files into your ec2 instance. But yes that is doable...

  • @sachinbhatt9047
    @sachinbhatt9047 3 месяца назад

    Sir muje yeah btaye aapne steps ke andr uses m jo likha hai wo hr kise node project k liye same rheyga?

    • @proofofconceptcode
      @proofofconceptcode  3 месяца назад

      See, jo bhi maine uses me likha hai that is a custom package only.. it's like a custom dependency.. future me that might get changed or deprecated, but then you have Google you can always search for the alternative dependency for that.. but nodes k project me almost yhi rahega if you are creating your personal projects.. but agar companies ki baat kre to companies public dependencies jyada use nhi krti, they created their own packages.. to badi badi companies uses me apne packages/deps use krti hai..

  • @Ravisharma-gt8zz
    @Ravisharma-gt8zz 2 месяца назад +1

    From where we can get these pakages