fix ci syntax
Some checks are pending
ci/woodpecker/push/build Pipeline is pending

This commit is contained in:
Simon Vieille 2023-09-29 16:02:54 +02:00
parent 5b4b2b59be
commit 850ebff7c0
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ when:
event: [push, pull_request, tag, manual]
branch: [master, master-*, develop, develop-*, feature/*]
pipeline:
steps:
db-wait:
image: gitnet.fr/deblan/timeout:latest
commands:

View file

@ -5,7 +5,7 @@ variables:
when:
event: [deployment]
pipeline:
steps:
app-deploy:
image: deblan/php:8.1
secrets: [ssh_user, ssh_host, ssh_priv_key, app_directory]