0

成功构建后配置未复制构建我的配置如下所示

build settings:
    clone_depth: 1
    ignore:
        - "vendor"
        - "tests"
        - "node_modules"
    mysql:
        host: "localhost"
        host: "root"
        host: ""
setup:
    composer:
        action: "install"
test:

complete:

success:
    copy_build:
        wipe: true
        directory: "var/www/project-name"

如果有人能给我一个配置示例,那就太好了。这是我第一次使用 php-ci

4

0 回答 0