From 1e4cab71191fabb17f57cdeb4dcb4c77bd970573 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Mon, 2 Sep 2024 09:17:32 +0300 Subject: [PATCH] backup --- .drone.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 00000000..c720106d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,23 @@ +--- +kind: pipeline +type: docker +name: docker-build-and-push + +trigger: + branch: + - main + +steps: + - name: build ru garden + # https://hub.docker.com/r/library/docker + image: hub.docker.struchkov.dev/docker:27.1.2-dind-alpine3.20 + commands: + - cd garden/ru + - docker run -v ./.quartz/quartz.config.ts:/usr/src/app/quartz.config.ts -v .:/usr/src/app/content -v ./garden_ru:/usr/src/app/public --rm docker.struchkov.dev/quartz:local build + +# drone sign --save DockerFiles/quartz +--- +kind: signature +hmac: cf0faf7e69ed98a6c0191b3578f874c41d6a297645bcf5c8cc1994c540f207ba + +... \ No newline at end of file