generate jwt keys
This commit is contained in:
parent
0802b3141e
commit
be0b8ef9f0
|
@ -189,7 +189,8 @@ 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}/backend; pwd; ls -la; php8.0 bin/console doctrine:schema:update --force"'
|
sh 'ssh web@fufle.net "cd ${ProjectPath}/backend; php8.0 bin/console doctrine:schema:update --force"'
|
||||||
|
sh 'ssh web@fufle.net "cd ${ProjectPath}/backend; php8.0 bin/console lexik:jwt:generate-keypair --skip-if-exists"'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue