Skip to content

Commit bf6720b

Browse files
committed
ci: update deploy.yml
1 parent 7d98866 commit bf6720b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

deploy.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,8 @@
2626
run("cd {{release_or_current_path}} && yarn install --no-dev && yarn run build && yarn run ttag:po2json && rm -rf node_modules");
2727
});
2828

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-
3429
// Hooks
3530

3631
after('deploy:failed', 'deploy:unlock');
3732
after('deploy:vendors', 'database:migrate');
38-
after('deploy:vendors', 'jwt:generate');
3933
after('deploy:vendors', 'front:build');

0 commit comments

Comments
 (0)