Profile page #30

Open
Sieciech wants to merge 34 commits from 29-profile-page into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0802b3141e - Show all commits

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 "cd ${ProjectPath}/backend; pwd; ls -la; php8.0 bin/console doctrine:schema:update --force"'
}
}