Skip to content

Commit b2175c1

Browse files
committed
Removing cron:sync task that was never implemented.
1 parent 86cb68b commit b2175c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

deploy.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@
1515
->identityFile()
1616
->env('deploy_path', '/data/www/console');
1717

18-
// Tasks
19-
task('cron:sync', function () {})->desc("Sync CRON settings");
20-
2118
after('success', 'cron:sync');
2219
after('deploy:update_code', 'deploy:shared');

0 commit comments

Comments
 (0)