From d93fd26b76eae0d7a2058dab0c010a9c67e4216d Mon Sep 17 00:00:00 2001 From: Dorian HODIN Date: Tue, 22 Nov 2022 13:42:36 +0100 Subject: [PATCH] .drone.yml update and index.html --- .drone.yml | 2 +- Sources/php_script/script/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Sources/php_script/script/index.html diff --git a/.drone.yml b/.drone.yml index 27db441..7c91da7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -74,4 +74,4 @@ steps: CONTAINERNAME: php_script COMMAND: create OVERWRITE: true - depends_on: [php_script] \ No newline at end of file + depends_on: [ php_script ] \ No newline at end of file diff --git a/Sources/php_script/script/index.html b/Sources/php_script/script/index.html new file mode 100644 index 0000000..7e44755 --- /dev/null +++ b/Sources/php_script/script/index.html @@ -0,0 +1 @@ +

Hello DaflDev

\ No newline at end of file