Commit graph

28 commits

Author SHA1 Message Date
Andrés Montañez 515f90950b Remove ENV Variables 2017-01-06 08:41:52 -03:00
Jakub Turek 9bb17413d2 Fix code for PHP 5.3 2015-05-19 17:20:15 +02:00
Kuba Turek 7f0cab1a38 Merge pull request #184 from edpauto/env-vars-support
Environment variables support
2015-05-19 10:35:36 +02:00
Andrés Montañez a0f4920333 PSR-2 Fixer 2015-04-12 16:13:06 -03:00
Stefan Paletta a6bcfdaddd when releasing or rolling back, don’t chown the »current« symlink before we changed / created it. also don’t screw up the ssh cmdline if no username was given. 2015-03-13 11:51:27 +01:00
Kuba Turek acd1891c66 Add shorten version for env.variables in task config 2015-01-18 20:10:26 +01:00
Kuba Turek e4ba19679a Prepend environment variables to command 2015-01-17 23:34:47 +01:00
Kuba Turek 6b207eb480 Obtain environment variables 2015-01-17 23:29:12 +01:00
Alexander Miehe 70c4823581 Add config option to set ConnectTimeout for ssh connections 2015-01-09 14:05:37 +01:00
Andrés Montañez 861a823f7e Update AbstractTask.php 2014-10-11 21:16:42 -02:00
Andrés Montañez f20091afc6 Boolean and Null should be compared strictly. 2014-10-11 14:43:57 -02:00
Andrés Montañez fddeebe59a PHPStorm refactoring. 2014-08-06 14:01:39 -03:00
Andrés Montañez 4c584b2634 Tweaks. 2014-08-06 14:00:11 -03:00
JoeSimsen 82c5305137 Allow a release to be zipped
If you enable the parameter 'releases: compressreleases: true', every
release except the current wil be added to a tar.gz. This is to preserve
diskspace on the remote host.
2014-07-31 15:06:20 +02:00
Andrés Montañez 9a58ce56f0 Resolve conflict for PR #61 2014-07-30 21:35:21 -03:00
Andrés Montañez bf902c9853 Merge pull request #95 from voukka/master
Many bug fixes. With this fixes I was able to test my own Tasks! :)
2014-07-30 21:28:09 -03:00
Vladimir Grigor eaccc0dab8 refactoring 2014-07-26 15:33:07 +03:00
woutersioen 014d98bc96 Implement releases in git-rebase
Note: the parameter repository needs to be set to make this work.
2014-07-16 16:29:44 +02:00
Ismael Ambrosi a30e6f6193 Removed unused use statements 2014-05-22 23:03:14 -03:00
hrakotobe 47b089cb3e force use of sh on remote server and make directory ownership check more portable 2014-05-09 17:53:35 +02:00
Osukaru beb663e801 Added identity file option for ssh and scp commands 2014-04-07 12:20:41 +02:00
Andrés Montañez 7c883d2436 Tweaks for issue #45
- Issue #45 - Adds "ssh_needs_tty" which appends "-t" to the ssh.
- Issue #45 - Rsync is incremental if there are previous releases.
2014-03-16 18:21:42 -03:00
mikec e7d8d5ce68 Adds general.yml parameter "ssh_needs_tty" which appends "-t" to the ssh
command
Adds deployment parameter "rsync: { copy: yes }" which copies the prior
release then rsync's (to increase speed)
2014-01-28 21:43:43 -05:00
Andrés Montañez eecf9bf4ea Change Deploy Stages with Constants. 2013-12-15 17:11:53 -02:00
Andrés Montañez d55e18b34b Add Stage Constants. 2013-12-15 16:24:13 -02:00
Andrés Montañez a94f550a6c Documentation. 2013-12-15 15:27:57 -02:00
Andrés Montañez 6f6cf2436a Allows to guess where a command should be executed (remote or local) based on the stage of the task. 2013-11-07 23:32:16 -02:00
Andrés Montañez f961a51c37 Big refactoring. Use of Namespaces and codestyles. PSR-0, PSR-1, PSR-2. 2013-11-06 12:44:05 -02:00