Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2022-05-06 20:50:38 +0300
committerGitHub <noreply@github.com>2022-05-06 20:50:38 +0300
commit785545d7646386161cb613b1ff6c98498cb098bb (patch)
treed75a42e65c6c7cb87acb7f4960891c2c774b2d17 /.drone.yml
parentb212c92075edb4fa7b460586d2f5e64285fb7869 (diff)
ci: switch to thegeeklab/drone-s3-sync plugin (#398)v0.29.4
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index d2994e5..799831c 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -51,7 +51,7 @@ steps:
LHCI_SERVER_URL: https://drone-artifact.rknet.org/${DRONE_REPO_NAME}/
- name: page-validation-upload
- image: plugins/s3
+ image: thegeeklab/drone-s3-sync:2
settings:
access_key:
from_secret: s3_access_key
@@ -60,7 +60,7 @@ steps:
path_style: true
secret_key:
from_secret: s3_secret_access_key
- source: lhci_reports/dist/*
+ source: lhci_reports/dist/
strip_prefix: lhci_reports/dist/
target: /${DRONE_REPO_NAME}
when:
@@ -217,7 +217,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: publish
- image: plugins/s3-sync
+ image: thegeeklab/drone-s3-sync:2
settings:
access_key:
from_secret: s3_access_key
@@ -284,6 +284,6 @@ depends_on:
---
kind: signature
-hmac: b43a67b7ebd42ae6e180cd5aaa2ffa9740f7bf649fbf9cfa76c5ea84ae94d8bd
+hmac: 78d66315bf7cbdff3c4400545f9a4fb7958d9b7c4b254dec24abe3f53326ab87
...