From 8ad6d796bfe9d30d66ac102a7d77910465e3611e Mon Sep 17 00:00:00 2001 From: first_admin Date: Sat, 24 Aug 2024 10:35:51 +0000 Subject: [PATCH 1/2] Add .drone.yml --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml 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!" From 9e4ec00c9e22dad54e9473265c19c717dc618bb0 Mon Sep 17 00:00:00 2001 From: first_admin Date: Sat, 24 Aug 2024 15:26:00 +0000 Subject: [PATCH 2/2] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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