From 943e711540cb6e238dd954a744a6d5bf332cf620 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Wed, 4 Sep 2024 23:31:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B8=D1=82=D1=8C=20=D0=B4?= =?UTF-8?q?=D0=B0=D1=82=D1=83=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D0=BC=D0=B0=D1=82=D0=B5=D1=80=D0=B8=D0=B0?= =?UTF-8?q?=D0=BB=D0=B0=20=D0=BE=D1=82=20=D0=B3=D0=B8=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index bce3cc47..64af0aa8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,8 +17,8 @@ steps: - name: clone image: alpine/git commands: - - git clone https://github.com/octocat/hello-world.git . - - git checkout https://git.struchkov.dev/upagge/digital-garden.git + - git clone https://git.struchkov.dev/upagge/digital-garden.git . + - git checkout $DRONE_COMMIT - name: build site # https://hub.docker.com/r/library/docker pull: always @@ -58,6 +58,6 @@ steps: # drone sign --save upagge/digital-garden --- kind: signature -hmac: 85ce5fcce721fe72108cf4c0031b96a1d1286ff9bfb5ad6985f8f5b96624efa2 +hmac: b25014857bd72eadbc70b8675405d942d7785453c12e73264b2e6df2c1b23e15 ...