Fix the deploy script

This commit is contained in:
Jonny Barnes 2017-03-03 09:47:01 +00:00
parent cdd8666ad6
commit b9a80a7c00
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
# Changelog # Changelog
## Version {next}
- Correct command to restart daemon queues in deply.sh
## Version 0.3 (2017-03-02) ## Version 0.3 (2017-03-02)
- convert env() calls to config() calls for cacheing - convert env() calls to config() calls for cacheing
- refactor routes and give important one names - refactor routes and give important one names

View file

@ -11,7 +11,7 @@ php artisan route:cache
php artisan config:cache php artisan config:cache
echo "Restarting the queue daemon" echo "Restarting the queue daemon"
sudo systemctl restart supervisorctl sudo supervisorctl restart all
echo "Bringing the Laravel app back online" echo "Bringing the Laravel app back online"
php artisan up php artisan up