Skip to content

offranking/ci-cd-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ci-cd-git

introduction to continuous integration and continuous delivery.

Create anew repository on GitHub

Screenshot 2025-09-01 at 9 56 58 pm

Clone the repository

Screenshot 2025-09-01 at 9 59 45 pm

I have created a simple Node.js file named "index.js"

Screenshot 2025-09-01 at 10 16 09 pm

update the package before you install npm

Screenshot 2025-09-01 at 10 17 24 pm

npm version 10.5.0 was installed

Screenshot 2025-09-02 at 2 55 27 pm

Update your GitHub by going to GitHub Actions

Screenshot 2025-09-02 at 3 07 31 pm

Open a file on your git workflows and name it node.js.yml

Screenshot 2025-09-02 at 3 09 21 pm

After editing, make sure to commit your changes to Git. Then, push your workflows to the repository

Screenshot 2025-09-02 at 3 08 42 pm

Please push your workflows to the Git repository. After that, navigate to the workflow and trigger a build. Below are the results of your build

Screenshot 2025-09-02 at 3 12 54 pm

After pushing the job to Git, please navigate to the workflow and trigger a build. Below are the results of the build process. Thank you

Screenshot 2025-09-02 at 3 59 44 pm

About

introduction to continuous integration and continuous delivery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published