intbizth/deployer-php

Deployer script for SF Project.

dev-master 2018-02-08 09:32 UTC

This package is auto-updated.

Last update: 2024-04-27 23:55:31 UTC


README

Just a deploy template.

Install

$ composer require intbizth/deployer-php:dev-master

MUST without --dev if use TrustedProxies.

Usage

See servers.dist.yml

  • common:system:install install web server and friends.
  • common:install first install project.
  • common:deploy update project.
  • common:deploy_quick quick update project -- without upload assets.

PS. No npm or yarn action on target machine, MUST to install all assets locally before deploy.

TODOs

  • Separate service template in require to use.

LICENSE

MIT