Fix paths

Signed-off-by: Jonas Franz <info@jonasfranz.software>
pull/15/head
Jonas Franz 7 years ago
parent dc686e6910
commit a54f6261a0
Signed by: JonasFranzDEV
GPG Key ID: 506AEEBE80BEDECD
  1. 8
      .drone.yml

@ -62,9 +62,9 @@ pipeline:
bucket: gitea-github-migrator bucket: gitea-github-migrator
path_style: true path_style: true
acl: public-read acl: public-read
source: release/* source: releases/*
target: /master target: /master
strip_prefix: release/ strip_prefix: releases/
endpoint: https://storage.h.jonasfranz.software endpoint: https://storage.h.jonasfranz.software
when: when:
event: [ push ] event: [ push ]
@ -76,9 +76,9 @@ pipeline:
bucket: gitea-github-migrator bucket: gitea-github-migrator
path_style: true path_style: true
acl: public-read acl: public-read
source: release/* source: releases/*
target: /${DRONE_TAG##v} target: /${DRONE_TAG##v}
strip_prefix: release/ strip_prefix: releases/
endpoint: https://storage.h.jonasfranz.software endpoint: https://storage.h.jonasfranz.software
when: when:
event: [ tag ] event: [ tag ]
Loading…
Cancel
Save