Download the PHP package sonntagnacht/deploy-bundle without Composer
On this page you can find all versions of the php package sonntagnacht/deploy-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sonntagnacht/deploy-bundle
More information about sonntagnacht/deploy-bundle
Files in sonntagnacht/deploy-bundle
Download sonntagnacht/deploy-bundle
More information about sonntagnacht/deploy-bundle
Files in sonntagnacht/deploy-bundle
Vendor sonntagnacht
Package deploy-bundle
Short Description command to deploy your project for symfony 2.8+
License MIT
Package deploy-bundle
Short Description command to deploy your project for symfony 2.8+
License MIT
Please rate this library. Is it a good library?
Informations about the package deploy-bundle
SNDeployBundle
Installation
$ composer require sonntagnacht/deploy-bundle 1.0.1
Configuration
Main Configuration for SNDeployBundle
app/config.yml:
To get version informations in twig, you have to add sn_deploy.twig
service in twig globals.
twig:
globals:
sn_deploy: "@sn_deploy.twig"
Usages
Commands
Use sn:deploy [prod|test|dev]
to deploy your project to your webserver.
If you want to upload a bugfix without a new Version use sn:deploy [prod|test|dev] --hotfix
Full Configuration Example
Twig-Variables
Get current deployed version use {{ sn_deploy.version }}
Get timestamp of last update use {{ sn_deploy.timestamp|date('Y/m/d H:i') }}
Get current deployed commit use {{ sn_deploy.commit }}
All versions of deploy-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
sonntagnacht/toolbox-bundle Version ^0.2
vierbergenlars/php-semver Version 3.0.*
sonntagnacht/toolbox-bundle Version ^0.2
vierbergenlars/php-semver Version 3.0.*
The package sonntagnacht/deploy-bundle contains the following files
Loading the files please wait ....