10/08
2017
Opcache plugin for Z
opcache
plugin for zicht/zClears the opcache after deploy., (*1)
plugins: ['env', 'opcache'] envs: production: ssh: user@production root: ~/site web: web http: 'http://example.org'
Running z env:opcache --explain
would show you that a file is put on the
remote containing code to clear the cache, and that file is retrieved using
curl., (*2)
The env:opcache
task is also hooked into deploy.post
, (*3)