Skip to content

Site loading issue possibly caused by missing PHP FPM Reloading / Artisan Migrate and Deployer 7 #2756

Answered by jasperf
jasperf asked this question in Help needed
Discussion options

You must be logged in to vote

This:

after:
  deploy:symlink: php-fpm:reload
  deploy:failed: deploy:unlock

with updated after deployment PHP FPM reload command works in the test dep tree deploy:

dep tree deploy
Using /Users/me/code/site.com/site.com/vendor/bin/dep
The task-tree for deploy:
└── deploy
    ├── deploy:prepare
    │   ├── deploy:info
    │   ├── deploy:setup
    │   ├── deploy:lock
    │   ├── deploy:release
    │   ├── deploy:update_code
    │   ├── deploy:check_env  // before deploy:shared
    │   ├── deploy:shared
    │   └── deploy:writable
    ├── deploy:vendors
    ├── deploy:regenerate_key  // after deploy:vendors
    ├── artisan:storage:link
    ├── artisan:view:cache
    ├── artisan:config:cache
…

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
10 replies
@jasperf
Comment options

@antonmedv
Comment options

@lorisleiva
Comment options

@jasperf
Comment options

@antonmedv
Comment options

Answer selected by jasperf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants