[wip] tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-09-13 20:51:41 +02:00
parent 9e951916a6
commit 4bb2cc557f
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -19,14 +19,14 @@ pipeline:
# when: # when:
# branch: [master, master-*, develop, develop-*] # branch: [master, master-*, develop, develop-*]
# #
# app-config: app-config:
# image: deblan/php:8.1 image: deblan/php:8.1
# commands: commands:
# - echo APP_ENV=prod >> .env.local - echo APP_ENV=prod >> .env.local
# - echo APP_SECRET=$(openssl rand -hex 32) >> .env.local - echo APP_SECRET=$(openssl rand -hex 32) >> .env.local
# - echo DATABASE_URL=mysql://root:root@db/app >> .env.local - echo DATABASE_URL=mysql://root:root@db/app >> .env.local
# when: when:
# branch: [master, master-*, develop, develop-*] branch: [master, master-*, develop, develop-*]
# #
# php-composer: # php-composer:
# image: deblan/php:8.1 # image: deblan/php:8.1