Skip to content

sourcebroker/deployer-extended-symfony4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deployer-extended-symfony4

image

local

What does it do?

This package provides deploy task for deploying Symfony4 with deployer (deployer.org).

This "deploy" task depends on:

Additionally this package depends on two more packages that are not used directly for deploy but are useful to database and media synchronization:

Installation

  1. Install with composer: :

    composer require sourcebroker/deployer-extended-symfony4
  2. If you are using deployer as composer package then just put following line in your deploy.php: :

    new \SourceBroker\DeployerExtendedSymfony4\Loader();
  3. If you are using deployer as phar then put following lines in your deploy.php: :

    require_once(__DIR__ . '/vendor/sourcebroker/deployer-loader/autoload.php');
    new \SourceBroker\DeployerExtendedSymfony4\Loader();
  4. Remove task "deploy" from your deploy.php. Otherwise you will overwrite deploy task defined in vendor/SourceBroker/deployer-extended-symfony4/deployer/deploy/task/deploy.php

Synchronizing database

Database synchronization is done with sourcebroker/deployer-extended-database.

The command for synchronizing database from live media to local instance is: :

dep db:pull [instance]

Synchronizing media

Media synchronization is done with sourcebroker/deployer-extended-media.

The command for synchronizing local media folders with live media folders is: :

dep media:pull [instance]

About

Deployer based deployment for Symfony4 with media and database synchronisation.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages