ex-akt/deployer-recipes

There is no license information available for the latest version (1.1) of this package.

The deployer recipes used at ex-akt IT MEDIA CONSULTING

1.1 2023-08-15 09:04 UTC

This package is auto-updated.

Last update: 2024-04-15 10:33:07 UTC


README

The Deployer recipes used at ex-akt IT MEDIA CONSULTING.

Intended to work with Contao version 4.13+ and Deployer 7. An opinionated extension of the default Contao recipe and nutshell-framework/deployer-recipes

Install

composer require --dev 'ex-akt/deployer-recipes:^1.0'

Usage

Install Deployer globally or per project.

Create a deploy.php inside the project. Either use single recipes or the simplified project.php recipe.

Deploy

  • dep deploy [host]

Custom _.env file per host

Create a .env.prod file in your project, e.g., .env.prod, then configure it for the host:

host('www.example.org')
    ->set('env_filename', '.env.prod')