modify hytha staging path

This commit is contained in:
Faniry Arilanto 2025-04-07 13:32:53 +00:00
parent 286181f816
commit 7742b03639

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
when { branch 'staging' }
agent { label 'apache && dev' }
steps {
sh '''cd /var/www/nextcloud/nextcloud/custom_apps
sh '''cd /var/www/hytha35-sottye/nextcloud/custom_apps
sudo su jenkins -c "git stash && git pull origin staging" '''
}
}