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
Anton Medvedev
9f7db4292c
Merge pull request #342 from kevinkhill/patch-1
...
Update StageStrategy.php
2015-06-16 10:04:34 +07:00
Kevin Hill
f8ec688266
Update StageStrategy.php
...
Small grammatical fixes.
2015-06-15 18:12:00 -07:00
Anton Medvedev
f5cb49ba9b
Merge pull request #339 from GrahamCampbell/patch-1
...
Fix version constraints
2015-06-13 10:53:05 +07:00
Graham Campbell
a3bc011391
Fix version constraints
2015-06-12 18:50:25 +01:00
Anton Medvedev
a569811eb7
Migrate to deployer/phpseclib.
v3.0.6
2015-06-12 23:46:10 +07:00
Anton Medvedev
81778a0315
FIX MISSING COMMA!
2015-06-12 23:43:54 +07:00
Anton Medvedev
6e77ee8245
Add StageStrategyTest.
2015-06-12 23:23:30 +07:00
Anton Medvedev
fdc68259b6
Split StageStrategy and support run tasks without specify server.
2015-06-12 23:08:52 +07:00
Anton Medvedev
a760a9f17b
Merge pull request #338 from lucasmichot/patch-1
...
[BUGFIX] : Use server date
2015-06-12 20:33:32 +07:00
Anton Medvedev
9667b4c7a5
Fix execution tasks with same names. 💎
2015-06-12 20:33:14 +07:00
Lucas Michot
ce9c3a0e78
Also change time calculation for Symfony assets
2015-06-12 12:25:31 +02:00
Lucas Michot
13d0a05d00
Use server date
2015-06-12 12:05:35 +02:00
Muhamad Surya Iksanudin
923cff6d54
Change to recursive chmod
...
Change to recursive chmod to avoid inconsistency permission in nested dirs
2015-06-11 23:00:14 +07:00
Hubert Viktor
da62fc4c22
Merge pull request #304 from oanhnn/bugfix/shared_dot_env_file_for_laravel5
...
Added `.env` as a shared file in the Laravel recipe, to support Laravel 5.
v3.0.5
2015-06-09 11:11:21 +02:00
oanhnn
d48ee4f4e7
Remove test class for laravel recipe
2015-06-09 13:45:16 +07:00
Anton Medvedev
84adf03c76
Update README.md
2015-06-07 18:10:53 +07:00
Anton Medvedev
97d24b925a
Update README.md
2015-06-07 15:25:32 +07:00