migrate
CureNetMulti/pipeline/head There was a failure building this commit Details

This commit is contained in:
Sieciech 2021-08-29 13:02:56 +02:00
parent f3a3cdcad5
commit 4b0c634e28
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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"'
}
}