fix gitea release
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2019-09-28 22:16:29 +02:00
parent 5c8d956b3b
commit ca4815910e
3 changed files with 5 additions and 3 deletions

View File

@ -52,7 +52,8 @@ local PipelineBuild(os='linux', arch='amd64') = {
image: "plugins/gitea-release",
pull: "always",
settings: {
api_key: { "from_secret": "gitea_token"},
api_key: { "from_secret": "gitea_token" },
base_url: "https://gitea.rknet.org",
overwrite: true,
title: "${DRONE_TAG}",
note: "CHANGELOG.md",

View File

@ -47,6 +47,7 @@ steps:
settings:
api_key:
from_secret: gitea_token
base_url: https://gitea.rknet.org
note: CHANGELOG.md
overwrite: true
title: "${DRONE_TAG}"
@ -133,6 +134,6 @@ depends_on:
---
kind: signature
hmac: fef04fcb56b0a0123c681dcef0a87d827daaa88d52514ee180664e12d07417fd
hmac: 57e5e52942a5c32d63c496c86d8cbbbcb1feb67dfefa499ba6343cf167d84daa
...

View File

@ -31,7 +31,7 @@ RUN apk --update add --virtual .build-deps tar curl && \
mkdir -p /var/lib/php/session && \
chown -R nginx /var/lib/php && \
chown nginx /etc/php7/php.ini && \
chown -R nginx /var/www/app
chown -R nginx:nginx /var/www/app
ADD overlay/ /