intbizth / deployer-php
SF项目的部署脚本。
dev-master
2018-02-08 09:32 UTC
Requires
- php: ~7.0
- deployer/deployer: ^6.0
- deployer/recipes: ^6.0
- phpspec/phpspec: ^4.3
This package is auto-updated.
Last update: 2024-09-28 00:49:25 UTC
README
只是一个部署模板。
安装
$ composer require intbizth/deployer-php:dev-master
MUST
无 --dev
参数,如果使用 TrustedProxies
。
使用方法
common:system:install
安装Web服务器等。common:install
首先安装项目。common:deploy
更新项目。common:deploy_quick
快速更新项目 -- 不上传资源。
PS. 目标机器上没有 npm
或 yarn
操作,MUST
在部署前在本地上安装所有资源。
待办事项
- 在需要使用时分离服务模板。
许可证
MIT