zicht/z-plugin-opcache

Z 的 Opcache 插件

1.1.3 2022-02-08 11:30 UTC

This package is auto-updated.

Last update: 2024-09-08 17:00:04 UTC


README

部署后清除 opcache。

示例

plugins: ['env', 'opcache']

envs:
    production:
        ssh: user@production
        root: ~/site
        web: web
        http: 'http://example.org'

运行 z env:opcache --explain 会显示一个在远程放置的文件,其中包含清除缓存的代码,并且该文件使用 curl 进行检索。

env:opcache 任务也已连接到 deploy.post

维护者