Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Command/DeploymentCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Output\Output;
use Symfony\Bundle\FrameworkBundle\Command\Command as BaseCommand;
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand as BaseCommand;
use BeSimple\DeploymentBundle\Events;
use BeSimple\DeploymentBundle\Event\CommandEvent;
use BeSimple\DeploymentBundle\Event\DeployerEvent;
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Symfony2 applications deployment made easy
==========================================


**Untested bundle, watchout (maybe full of typos)**
*Up to date thanks to jonaswouters*


A few words
Expand All @@ -19,7 +19,7 @@ A few words

###Links

- Stable releases : [https://github.com/BeSimple/DeploymentBundle](https://github.com/BeSimple/DeploymentBundle)
- Stable releases : [https://github.com/besimple/DeploymentBundle](https://github.com/besimple/DeploymentBundle)
- Nightly builds : [https://github.com/jfsimon/DeploymentBundle](https://github.com/jfsimon/DeploymentBundle)
- Rest documentation : *will come later*

Expand All @@ -38,11 +38,11 @@ How to install

- Use clone method if not using GIT for your project

git clone git://github.com/BeSimple/DeploymentBundle.git vendor/BeSimple/DeploymentBundle
git clone git://github.com/besimple/DeploymentBundle.git vendor/BeSimple/DeploymentBundle

- Use submodule method if this is the case

git submodule add git://github.com/BeSimple/DeploymentBundle.git vendor/BeSimple/DeploymentBundle
git submodule add git://github.com/besimple/DeploymentBundle.git vendor/BeSimple/DeploymentBundle


2. Register bundle in `AppKernel` class
Expand All @@ -60,7 +60,7 @@ How to install

# app/config.yml

besimple_deployment:
be_simple_deployment:
rsync: ~
ssh: ~
rules: ~
Expand All @@ -85,7 +85,7 @@ How to configure

###An example

besimple_deployment:
be_simple_deployment:

rsync:
delete: true
Expand Down