fix CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-10-17 17:55:50 +02:00
parent 842776c2fd
commit 1adbfb33c9
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,6 +1,6 @@
pipeline: pipeline:
dependencies: dependencies:
image: deblan/devenv image: gitnet.fr/deblan/devenv
commands: commands:
- make dep - make dep
when: when:
@ -8,14 +8,14 @@ pipeline:
branch: [master, develop, feature/*] branch: [master, develop, feature/*]
build: build:
image: deblan/devenv image: gitnet.fr/deblan/devenv
commands: commands:
- make build - make build
when: when:
event: [push, pull_request] event: [push, pull_request]
package: package:
image: deblan/devenv image: gitnet.fr/deblan/devenv
volumes: volumes:
- /var/www/html/artifacts:/var/www/html/artifacts - /var/www/html/artifacts:/var/www/html/artifacts
secrets: [app_certificate] secrets: [app_certificate]