replace pipeline with steps
Some checks failed
ci/woodpecker/push/build Pipeline is pending
ci/woodpecker/pr/build Pipeline failed

This commit is contained in:
Simon Vieille 2023-09-28 21:32:54 +02:00
parent 91f357d0a0
commit fb5f5f5603
Signed by: deblan
GPG key ID: 579388D585F70417

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]