diff --git a/.drone.yml b/.drone.yml index bb9e7ab..c59e3d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,5 +12,5 @@ server: steps: - name: greeting commands: - - echo "hello

hello world, ran at $(date)

" >~/public_html/hello.html + - echo "hello

hello world, ran at $(date)

" >~jan6/public_html/hello.html