Vitaliy Zhuk
6be460a839
#407 Add initializer system. Add command for initialize deployer.
2015-07-28 14:28:30 +03:00
Oanh Nguyen Ngoc
61f39c9e45
Merge pull request #409 from davidkudera/task-private
...
Task: return $this from setPrivate method
2015-07-28 15:51:08 +07:00
David Kudera
5ed569d965
Task: return $this from setPrivate method
2015-07-28 10:45:23 +02:00
Oanh Nguyen Ngoc
56973b4f54
Merge pull request #390 from lsv/patch-1
...
Add env parsing to upload
2015-07-28 08:22:44 +07:00
Oanh Nguyen Ngoc
3b092fdb74
Merge pull request #401 from AlexStansfield/defaultStage
...
Add default stage support.
2015-07-28 08:19:56 +07:00
Anton Medvedev
64217d9728
Merge pull request #403 from AlexStansfield/makeDeployPathDirectory
...
Create the deployment path if it doesn't exist
2015-07-27 15:27:00 +07:00
Alex Stansfield
307573b05b
Create the deployment path if it doesn't exist
2015-07-27 14:58:47 +07:00
Anton Medvedev
fff6114fbb
Merge pull request #400 from Kleinast/patch-2
...
Fix add env variable to composer
2015-07-27 13:41:23 +07:00
Alex Stansfield
03f344ad36
Add default stage support.
...
set('default_stage', 'prod');
2015-07-27 10:55:59 +07:00
Bastien Picharles
5db08a82ce
Fix add env variable to composer
2015-07-24 17:38:48 +02:00
Anton Medvedev
dacebc4256
Update CommonTest.php
2015-07-24 15:27:27 +07:00
Anton Medvedev
dc82cd2078
Migrate travis-ci to new infrastructure 💎
2015-07-24 15:23:08 +07:00
Anton Medvedev
d9dc656a86
Update README.md
2015-07-24 14:26:45 +07:00
Sergio Carracedo
1d56af6976
Move values in secrets.yml to servers.yml
2015-07-17 11:15:00 +02:00
Sergio Carracedo
1d08ce71f0
StyleCI
2015-07-16 13:35:24 +02:00
Sergio Carracedo
73e7f39a0d
Remove drupal7 folder / Use Symfony yaml parser
2015-07-16 13:32:33 +02:00
Sergio Carracedo
8ff341bd9f
StyleCI patch
2015-07-15 19:57:41 +02:00
Sergio Carracedo
f0906e600d
Drupal 7 recipe
2015-07-15 19:38:50 +02:00
Martin Aarhof
55016167d8
remote variable was mis labeled
2015-07-14 19:01:33 +02:00
Oanh Nguyen Ngoc
988b137c6c
Merge pull request #388 from oanhnn/feature/add-support-forward-agent-using-ext-ssh2
...
add support forward agent feature when using ext-ssh2
2015-07-10 12:03:55 +07:00
Martin Århof
b2997361ff
Add env parsing to upload
...
I think it is a good thing to get the local / remote to be parsed through the env parser, so its possible to do things like
````php
task('copy:param:file', function() {
upload('.deploy/parameters.{{env}}.yml', '{{release_path}}/app/config/parameters.yml');
});
````
Right now I have created my own upload function, which "extends" the upload function
````php
function MyUpload($local, $remote)
{
$local = env()->parse($local);
$remote = env()->parse($remote);
upload($local, $remote);
}
````
2015-07-09 19:30:56 +02:00
oanhnn
701c88143f
add support forward agent feature when using ext-ssh2
2015-07-07 16:57:18 +07:00
Hubert Viktor
b55f4d7d81
Merge pull request #386 from nicodmf/patch-1
...
Syntax - Fix indentation
2015-07-05 16:31:31 +02:00
Nicolas de Marqué Fromentin
2a47cbf9e3
Syntax
2015-07-05 15:10:08 +02:00
Nicolas de Marqué Fromentin
5653f859c0
Update common.php
2015-07-05 15:06:00 +02:00
Nicolas de Marqué Fromentin
ddcd45d701
Update common.php
2015-07-05 14:59:40 +02:00
Nicolas de Marqué Fromentin
731e5def7e
Update common.php
2015-07-05 14:57:27 +02:00
Nicolas de Marqué Fromentin
37044aba13
WIP - copy directories
2015-07-05 14:53:49 +02:00
Sándor Czettner
0ed47ec813
Magento recipe
2015-06-26 09:37:54 +01:00
Hubert Viktor
93bc8263b2
Merge pull request #375 from ZeeCoder/composer-lock-update
...
Updated the composer.lock file, resolves #363
2015-06-24 08:43:20 +02:00
Hubert Viktor
c373af8642
Updated he composer.lock file, resolves #363
2015-06-24 08:36:13 +02:00
Anton Medvedev
4802826314
Merge pull request #369 from lucasmichot/patch-2
...
Prefix build command with dot and slash
2015-06-18 23:17:16 +07:00
Anton Medvedev
40f327af15
Merge pull request #367 from lucasmichot/feature/composer-details
...
Add homepage and support section to composer.json
2015-06-18 23:15:11 +07:00
Anton Medvedev
61fb2576d5
Merge pull request #364 from lucasmichot/feature/readme
...
Add curl command
2015-06-18 23:14:35 +07:00
Anton Medvedev
63e0cfde6a
Merge pull request #365 from TomasVotruba/patch-1
...
travis: PHP 7.0 nightly added
2015-06-18 23:12:05 +07:00
Anton Medvedev
0f74669532
Merge pull request #366 from lucasmichot/feature/psr2-dep
...
Also apply PSR-2 fixes to bin/dep
2015-06-18 20:57:46 +07:00
Lucas Michot
e52f810a36
Prefix build command with dot and slash
2015-06-18 13:21:56 +02:00
Lucas Michot
27e89bdc4d
Add homepage and support section to composer.json
2015-06-18 12:47:57 +02:00
Lucas Michot
b7e80ae475
Also apply PSR-2 fixes to bin/dep
2015-06-18 12:41:40 +02:00
Tomáš Votruba
68978499ba
travis: PHP 7.0 nightly added
2015-06-18 12:41:22 +02:00
Lucas Michot
30d1cf8df1
Add curl command
2015-06-18 10:11:15 +02:00
Hubert Viktor
072952d388
Removed the StyleCI logo, since it points to a fork
2015-06-18 10:01:47 +02:00
Hubert Viktor
186af4fa2e
Added the StyleCI logo
2015-06-18 09:52:10 +02:00
Anton Medvedev
3b27185221
Merge pull request #362 from lucasmichot/feature/styleci
...
Add StyleCI settings
2015-06-18 14:37:10 +07:00
Lucas Michot
2a9354db86
Add StyleCI settings
2015-06-18 09:28:08 +02:00
Anton Medvedev
49bfff673a
Merge pull request #360 from lucasmichot/feature/switch-to-psr2
...
Switch to PSR-2
2015-06-18 08:31:21 +07:00
Lucas Michot
ad7173b7e7
Update readme
2015-06-17 19:30:25 +02:00
Anton Medvedev
31d4cc0ed0
Merge pull request #352 from johnny-bit/git_cache
...
#346 Faster git cloning
2015-06-17 16:32:25 +07:00
Hubert Kowalski
bd0e0e2be5
Better logic for using git cache, and deciding whether to create full or shallow clone
2015-06-16 13:15:36 +02:00
Hubert Kowalski
f458997efe
Ref #346 - faster git cloning
2015-06-16 11:31:49 +02:00