Skip to content

Commit

Permalink
Merge pull request #1511 from bakaphp/fix-docker-compose-dev
Browse files Browse the repository at this point in the history
add restart for queues and scheduler
  • Loading branch information
rwhite27 authored Jun 13, 2024
2 parents e9d5988 + a3d2402 commit bb73c1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ec2-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ jobs:
docker compose -f docker-compose.dev.yml up -d
docker exec -i phpkanvas-ecosystem php artisan lighthouse:cache
docker exec -i phpkanvas-ecosystem php artisan config:cache
docker restart queue
docker restart queue-notifications
docker restart queue-social
docker restart laravel-scheduler

0 comments on commit bb73c1b

Please sign in to comment.