php deployer 源码

上传:sunshine96055 浏览: 15 推荐: 0 文件:ZIP 大小:1.34KB 上传时间:2021-03-26 01:01:20 版权申诉
php-deployer Docker镜像,带有ssh,git,composer和最新的contrib食谱。 例子: deploy.php <?php namespace Deployer; require 'recipe/common.php'; require 'contrib/telegram.php'; set('telegram_token', getenv('TELEGRAM_TOKEN')); set('telegram_chat_id', getenv('TELEGRAM_CHAT_ID')); // Project name set('application', 'promo'); // Project repository set('repository', 'ssh://git@git.domain.com/group/repo.git'); // [Opti
上传资源
用户评论