Fix ci config
This commit is contained in:
parent
27e39d2563
commit
be88c69c04
1 changed files with 0 additions and 18 deletions
18
.drone1.yml
18
.drone1.yml
|
@ -496,24 +496,6 @@ steps:
|
||||||
- tag
|
- tag
|
||||||
depends_on: [ build-os-packages ]
|
depends_on: [ build-os-packages ]
|
||||||
|
|
||||||
# Push the releases to our pseudo-s3-bucket
|
|
||||||
- name: release-deb
|
|
||||||
image: plugins/s3:1
|
|
||||||
pull: true
|
|
||||||
settings:
|
|
||||||
bucket: vikunja-releases
|
|
||||||
access_key:
|
|
||||||
from_secret: aws_access_key_id
|
|
||||||
secret_key:
|
|
||||||
from_secret: aws_secret_access_key
|
|
||||||
endpoint: https://s3.fr-par.scw.cloud
|
|
||||||
region: fr-par
|
|
||||||
path_style: true
|
|
||||||
strip_prefix: debian
|
|
||||||
source: debian/*/*/*/*/*
|
|
||||||
target: /deb/
|
|
||||||
depends_on: [ deb-structure ]
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: deploy-docs
|
name: deploy-docs
|
||||||
|
|
Loading…
Reference in a new issue