We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d98866 commit bf6720bCopy full SHA for bf6720b
1 file changed
deploy.php
@@ -26,14 +26,8 @@
26
run("cd {{release_or_current_path}} && yarn install --no-dev && yarn run build && yarn run ttag:po2json && rm -rf node_modules");
27
});
28
29
-desc('Generate JWT keys');
30
-task('jwt:generate', function () {
31
- run("cd {{release_or_current_path}} && {{bin/console}} lexik:jwt:generate-keypair");
32
-});
33
-
34
// Hooks
35
36
after('deploy:failed', 'deploy:unlock');
37
after('deploy:vendors', 'database:migrate');
38
-after('deploy:vendors', 'jwt:generate');
39
after('deploy:vendors', 'front:build');
0 commit comments