jeffoverflow / pac-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pac-demo

This is a pipeline as code demo, a best practice to organize your project It allows you to use the same way to run your project anywhere, such as in the pipeline, or locally

Run

make run

Test

curl http://127.0.0.1:8080/hello/
#Response: "Hello World!"

You also can run it in gitlab ci or github ci or anywhere with pipeline as code

Just need you update the gitlab-ci.yml or .github/workflows/makefile.yml a bit

About

License:Apache License 2.0


Languages

Language:Makefile 40.9%Language:Smarty 25.8%Language:Java 12.6%Language:Dockerfile 11.2%Language:Shell 9.4%