Update command #28

Merged
thisfro merged 1 commit from develop into master 2023-02-08 17:25:33 +01:00

2
Jenkinsfile vendored
View file

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