This commit is contained in:
parent
1bc8fdc4d7
commit
d8d5681846
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user