From f127f392e5a6ebc85cf7ce48723d0e993367bda4 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Mon, 9 Sep 2024 07:14:58 +0300 Subject: [PATCH] add robots.txt --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index be57ea8e..4be8a352 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 + - mv public /drone/src/public/ru + - cp ./content/.quartz/robots.txt /drone/src/public - 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: 7dcf055d9ffc3dce5216a071e6de13e029a09eef47b5d9c1078a323e0b86cd25 +hmac: 3f39aadf5b3020e720a9e7b5928ae347229bf234992b1046ff63ce27221490ff ...