Skip to content

Commit

Permalink
Merge pull request #1373 from bakaphp/feat-schedule-command
Browse files Browse the repository at this point in the history
readd schedule:run
  • Loading branch information
rwhite27 authored May 22, 2024
2 parents fccb2b5 + f436e22 commit 75ba503
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm/templates/pod-laravel-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ spec:
chmod -R 777 /var/www/html/bootstrap/cache && \
cd /var/www/html \
&& php artisan lighthouse:cache \
&& php artisan config:cache"
&& php artisan config:cache \
&& php artisan schedule:run"
]
securityContext:
fsGroup: 65533

0 comments on commit 75ba503

Please sign in to comment.