fix ci/cd conf
metroline continuous-integration/metroline Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon Vieille 2021-11-03 23:02:57 +01:00
parent 539a81c07e
commit 1143843a5b
1 changed files with 5 additions and 5 deletions

View File

@ -21,8 +21,8 @@ steps:
- name: release
image: deblan/devenv
volumes:
- name: artefacts
path: /artefacts
- name: artifacts
path: /artifacts
environment:
APP_CERTIFICATE:
from_secret: app_certificate
@ -30,13 +30,13 @@ steps:
- mkdir -p "$HOME/.nextcloud/certificates"
- echo "$APP_CERTIFICATE" > "$HOME/.nextcloud/certificates/side_menu.key"
- export VERSION=$(grep "<version>" appinfo/info.xml | grep -o "[0-9]*\.[0-9]*\.[0-9]*" --color=never)
- export RELEASE_DIRECTORY="/artefacts/deblan/side_menu"
- export RELEASE_DIRECTORY="/artifacts/deblan/side_menu"
- make release
when:
branch:
- master
volumes:
- name: artefacts
- name: artifacts
host:
path: /var/www/html/_artefacts
path: /var/www/html/artifacts