ups
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Djeeberjr 2021-12-29 22:42:48 +01:00
parent b99dd928ca
commit ed042a2486

View File

@ -11,17 +11,17 @@ steps:
- name: deploy
image: plugins/s3
settings:
endpoint: https://s3.kapelle.org
path_style: true
bucket: www
access_key:
from_secret: S3_ACCESS_KEY
secret_key:
from_secret: S3_SECRET_KEY
source: build/**/*
strip_prefix: build/
target: /ts3
settings:
endpoint: https://s3.kapelle.org
path_style: true
bucket: www
access_key:
from_secret: S3_ACCESS_KEY
secret_key:
from_secret: S3_SECRET_KEY
source: build/**/*
strip_prefix: build/
target: /ts3
trigger:
branch:
- master