remove type
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Antoine M 2024-09-24 15:47:59 +02:00
parent 1bc8fdc4d7
commit d8d5681846

View File

@ -1,7 +1,6 @@
--- ---
kind: pipeline kind: pipeline
name: your-pipeline-name name: Déploiement du Theme Test
type: docker
steps: steps:
- name: Clone Git Submodules - name: Clone Git Submodules
@ -20,7 +19,7 @@ steps:
from_secret: ftp_password from_secret: ftp_password
PLUGIN_SECURE: false PLUGIN_SECURE: false
PLUGIN_VERIFY: false PLUGIN_VERIFY: false
PLUGIN_HOSTNAME: ftp://host:21 PLUGIN_HOSTNAME: ftp://test.deligraph.com
PLUGIN_SRC_DIR: /Deligraph-V3 PLUGIN_SRC_DIR: /Deligraph-V3
PLUGIN_DEST_DIR: /test PLUGIN_DEST_DIR: /test
PLUGIN_AUTO_CONFIRM: true PLUGIN_AUTO_CONFIRM: true