migrate
CureNetMulti/pipeline/head There was a failure building this commit Details
CureNetMulti/pipeline/pr-dev Something is wrong with the build of this commit Details

This commit is contained in:
Sieciech 2021-08-29 11:24:23 +02:00
parent b35695289b
commit be4dbf201a
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -164,6 +164,7 @@ pipeline {
branch 'staging' branch 'staging'
branch 'beta' branch 'beta'
branch 'dev' branch 'dev'
branch '29-profile-page'
} }
} }
@ -188,6 +189,7 @@ pipeline {
sh 'scp -r ./* web@fufle.net:${ProjectPath}/backend/' sh 'scp -r ./* web@fufle.net:${ProjectPath}/backend/'
sh 'scp -r ./.env web@fufle.net:${ProjectPath}/backend/.env' 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 chmod 777 ${ProjectPath}/backend/var -R'
sh 'ssh web@fufle.net cd ${ProjectPath} && php8.0 bin/console doctrine:schema:update --force'
} }
} }