Skip to content

Instantly share code, notes, and snippets.

@sera527
Created May 9, 2019 10:10
Show Gist options
  • Save sera527/4be434b5708e8f6594e54c2a64b7b00d to your computer and use it in GitHub Desktop.
Save sera527/4be434b5708e8f6594e54c2a64b7b00d to your computer and use it in GitHub Desktop.
Automatic restarting of Laravel Queue after each git merge and git pull commands
#!/bin/sh
#
php /var/www/{project-folder}/artisan queue:restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment