Skip to content

Task 1 of Nokia 2022 summer internship. Using the GitLab CI runners to run the CD pipeline which provisions the necessary resources for CyberDome app. Our part uploads this development information (generated in the CD pipeline) to a database for storage.

Notifications You must be signed in to change notification settings

maxlou05/CI-CD-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NCYD Deployment Information Automation Tool

The CD pipeline uses the CLI provided by table_api.py to access the database. The CD pipeline is configured in .gitlab-ci.yml, which tells GitLab what to do in the pipeline. Anytime code is pushed, a pipeline is run (for CI), but it can also be manual (CD or clean-up actions).

To use CLI, run table_api.py help or table_api.py -h or table_api.py --help for documentation. (or simply look in the source file)

About

Task 1 of Nokia 2022 summer internship. Using the GitLab CI runners to run the CD pipeline which provisions the necessary resources for CyberDome app. Our part uploads this development information (generated in the CD pipeline) to a database for storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages