From bbdefbbfe60b94c8eae8b37c4bb789f2bc49c09b Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Mon, 9 Sep 2024 07:15:55 +0300 Subject: [PATCH] Revert "add robots.txt" This reverts commit f127f392e5a6ebc85cf7ce48723d0e993367bda4. --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4be8a352..be57ea8e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,9 +23,9 @@ steps: - cd /usr/src/app - cp ./content/.quartz/quartz.config.ts . - cp ./content/.quartz/quartz.layout.ts . + - cp ./content/.quartz/robots.txt ./content - npx quartz build - - mv public /drone/src/public/ru - - cp ./content/.quartz/robots.txt /drone/src/public + - mv public /drone/src - name: publish to server image: private.docker.struchkov.dev/mkdocs:latest environment: @@ -54,6 +54,6 @@ steps: # drone sign --save upagge/digital-garden --- kind: signature -hmac: 3f39aadf5b3020e720a9e7b5928ae347229bf234992b1046ff63ce27221490ff +hmac: 7dcf055d9ffc3dce5216a071e6de13e029a09eef47b5d9c1078a323e0b86cd25 ...