https://github.com/chanhi2000/my-first-pipeline
GitLab CI Tutorial
https://github.com/chanhi2000/my-first-pipeline
ci git gitlab gitlab-ci gitlab-runner
Last synced: 2 months ago
JSON representation
GitLab CI Tutorial
- Host: GitHub
- URL: https://github.com/chanhi2000/my-first-pipeline
- Owner: chanhi2000
- Created: 2023-05-04T10:56:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T10:25:04.000Z (about 3 years ago)
- Last Synced: 2025-05-31T19:22:30.666Z (about 1 year ago)
- Topics: ci, git, gitlab, gitlab-ci, gitlab-runner
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-first-pipeline
This course will teach you how to use GitLab CI to create CI/CD pipelines for building and deploying software to AWS.
![shield-gitlab][shield-gitlab]
---
## ✅TODO
- [x] create `.gitlab-ci.yml` that prints "Hello world"
- [x] run simple sh commands (w/ `alpine` docker image)
- [x] define global `variables`: `BUILD_FILE_NAME`
[shield-gitlab]: https://img.shields.io/badge/Gitlab-FC6D26?logo=gitlab&logoColor=white&style=flat-square
[job01]: imgs/job01.png
[job02]: imgs/job02.png
[job03a]: imgs/job03a.png
[job03a-1]: imgs/job03a-1.png
[job03a-2]: imgs/job03a-2.png
[job03b]: imgs/job03b.png