mirror of
https://gitnet.fr/deblan/side_menu.git
synced 2025-12-18 05:10:50 +01:00
fix(ci): add woodpecker 3 syntax
This commit is contained in:
parent
a15c281aaa
commit
0edde4b9b9
1 changed files with 7 additions and 2 deletions
|
|
@ -18,9 +18,12 @@ steps:
|
|||
|
||||
"Create signature":
|
||||
image: nextcloud:25
|
||||
secrets: [app_certificate, app_public_certificate]
|
||||
volumes: *volumes
|
||||
environment:
|
||||
APP_CERTIFICATE:
|
||||
from_secret: app_certificate
|
||||
APP_PUBLIC_CERTIFICATE:
|
||||
from_secret: app_public_certificate
|
||||
SQLITE_DATABASE: /var/www/data/data.db
|
||||
NEXTCLOUD_ADMIN_USER: admin
|
||||
NEXTCLOUD_ADMIN_PASSWORD: admin
|
||||
|
|
@ -39,7 +42,9 @@ steps:
|
|||
"Create package":
|
||||
image: deblan/php:8.3
|
||||
volumes: *volumes
|
||||
secrets: [app_certificate]
|
||||
environment:
|
||||
APP_CERTIFICATE:
|
||||
from_secret: app_certificate
|
||||
commands:
|
||||
- cd "/builds/$CI_COMMIT_SHA"
|
||||
- apt-get update
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue