diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..4814214 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: say-hello + image: alpine + commands: + - echo "Hello, World!" diff --git a/index.html b/index.html index b7264d7..dd20594 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,6 @@ Web page -

Hello World

+

Hello World a

\ No newline at end of file