Skip to content

Commit

Permalink
install symfony (bundle) assets
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed May 7, 2024
1 parent a344e8a commit 948b0c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipe/symfony.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
'vendor',
]);

task('deploy:assets:install', function () {
run('{{bin/console}} assets:install --symlink {{console_options}}');
});
after('deploy:cache:clear', 'deploy:assets:install');

task('deploy:stop_workers', function () {
if (!has('previous_release')) {
return;
Expand Down

0 comments on commit 948b0c7

Please sign in to comment.