Skip to content

Commit

Permalink
fixed deploy-example.php
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleksandr89 committed Jul 11, 2023
1 parent 55cab52 commit 7eac999
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy-example.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
// task('deploy:build_local_assets', function () {
// upload('./public/build', '{{release_path}}/public/.');
// upload('./public/bundles', '{{release_path}}/public/.');
// upload('./public/uploads', '{{release_path}}/public/.');
// upload('./node_modules', '{{release_path}}/.');
// });
// after('deploy:update_code', 'deploy:build_local_assets');
Expand Down

0 comments on commit 7eac999

Please sign in to comment.