Update command

This commit is contained in:
Jannis Portmann 2023-02-08 17:23:24 +01:00
parent cc5e0b6b27
commit 80ef8caf20

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