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' } /*