Merge branch 'releases/release-hytha' of https://gitlab.com/ezwaytechnology/nextcloud_custom_apps into releases/release-hytha

This commit is contained in:
Tiavina 2025-02-12 17:47:53 +03:00
commit 72f197e1a6

8
Jenkinsfile vendored
View File

@ -9,5 +9,13 @@ pipeline {
sudo su jenkins -c "git stash && git pull origin staging" '''
}
}
stage ("deploy to DRL dev ezway") {
when { branch 'releases/release-hytha' }
agent { label 'apache && dev' }
steps {
sh '''cd /var/www/drl-nextcloud/custom_apps
sudo su jenkins -c "git stash && git pull origin releases/release-hytha" '''
}
}
}
}