Profile page #30
|
@ -164,6 +164,7 @@ pipeline {
|
|||
branch 'staging'
|
||||
branch 'beta'
|
||||
branch 'dev'
|
||||
branch '29-profile-page'
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -188,6 +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 cd ${ProjectPath} && php8.0 bin/console doctrine:schema:update --force'
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue