Building and Deploying a Node.js Project to Amazon EC2 with GitHub Actions CI/CD

preview_player
Показать описание
Description:

🔥 Key Steps Covered:

Configuring GitHub Actions: Learn how to set up GitHub Actions for CI/CD to automate your workflow.

Configuring Security Groups: Secure your EC2 instance with proper security group settings.

Connecting Your Self-Hosted Server: Establish a connection between your local development environment and the remote EC2 instance.

After this go to repository link and follow steps there.

#CiscoInternship #softwareengineerintern #TechInternship #internshipopportunity #CiscoSystems #internshipexperience #careergrowth #CareerInTech#careergrowth #CodingChallenge #innovationchallenge #techskills
#TechCareer
#ProgrammingInternship
#InternshipJourney
#CodeCraftingWithSatyam
#LearnToCode
#SoftwareEngineering
#CareerGrowth
#CiscoTech
#TechEnthusiast
#InternshipLife
Рекомендации по теме
Комментарии
Автор

Great video! Consider splitting CI and CD into separate workflows for better organization. You can make the CD pipeline dependent on the successful completion of the CI pipeline.

for example :

name: CD Pipeline
on:
workflow_run:
workflows: ["CI Pipeline"]
types:
- completed

naveedalirehmani
Автор

Great video bhai, Bitbucket ki bhi bana do

vikassingla
Автор

where is this used
why we are creating this project

_mohitgour
Автор

what to do incase of mulitple env variables?

HarshKumar-wqmq
Автор

can you provide any documentation on HTTPS .

anirban
Автор

I have applied all the steps till github self-hosted runner and I can do that successfully, but when I check action-runner folder, I didn't found _work file. Now what can I do further?

jinayshah
Автор

Self hosted runners are getting stopped after some days of working

reactjs