Assignment:-
Write a CICD pipeline that will be executed on your local machine and it will install apache on your local system.
job-to-run:
tags:
- localrunner
- localshell
script:
- sudo apt update
- sudo apt install apache2 -y
To verify that apache is installed on your local system run below command
systemctl status apache2
No comments:
Post a Comment