Dot_Files/.gitlab-ci.yml
2022-01-16 03:21:50 +00:00

8 lines
216 B
YAML

stages:
- Centos Deployment
centos:
image: centos:latest
stage: Centos Deployment
script:
- curl "https://gitlab.orion-technologies.io/philler/dot-files/-/raw/Development/install.bash" | bash