From 80ef8caf206ed8a4b55b78d3c0060de7b9b84ac4 Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Wed, 8 Feb 2023 17:23:24 +0100 Subject: [PATCH] Update command --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2e74a06..c8718ea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ node { stage('Deploy staging') { // Deploy to staging host - sh 'vendor/bin/dep deploy staging' + sh 'vendor/bin/dep deploy lq5xi.ftp.infomaniak.com --no-interaction' } /*