diff --git a/Jenkinsfile b/Jenkinsfile index 62d00a0..d3ae483 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -189,7 +189,7 @@ pipeline { sh 'scp -r ./* web@fufle.net:${ProjectPath}/backend/' sh 'scp -r ./.env web@fufle.net:${ProjectPath}/backend/.env' sh 'ssh web@fufle.net chmod 777 ${ProjectPath}/backend/var -R' - sh 'ssh web@fufle.net bash -c "cd ${ProjectPath}/backend && pwd && ls -la && php8.0 bin/console doctrine:schema:update --force"' + sh 'ssh web@fufle.net bash -c "cd ${ProjectPath}/backend; pwd; ls -la; php8.0 bin/console doctrine:schema:update --force"' } }