https://github.com/man-od/basic-ci-cd
Development of a simple CI/CD for the SimpleBashUtils project. Building, style, unit-testing, deployment, notify
https://github.com/man-od/basic-ci-cd
bash bash-script linux
Last synced: 2 months ago
JSON representation
Development of a simple CI/CD for the SimpleBashUtils project. Building, style, unit-testing, deployment, notify
- Host: GitHub
- URL: https://github.com/man-od/basic-ci-cd
- Owner: man-od
- Created: 2023-07-09T15:27:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T17:30:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T18:37:15.632Z (over 1 year ago)
- Topics: bash, bash-script, linux
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic-CI-CD
Development of a simple CI/CD for the SimpleBashUtils project. Building, style, unit-testing, deployment, notify
## Deployment stage
- To accomplish this task, I moved the executable files to another virtual machine, which will play the role of production.
Run this stage manually, if all the previous stages have passed successfully
Writen a bash script which copies the files received after the building (artifacts) into the /usr/local/bin directory of the second virtual machine using ssh and scp
In case of an error, fail the pipeline