hrakotobe
47b089cb3e
force use of sh on remote server and make directory ownership check more portable
11 years ago
Tony Nelson
ea9c83b07f
Only call chown on releases if there's a userGroup
11 years ago
juanda
86ef278607
strategy git-rebase is enabled
11 years ago
Andrés Montañez
23b59869ec
Merge pull request #57 from freshcells/new-bunch-of-tasks
...
Added three new tasks.
11 years ago
Mario Mueller
eefec4cbc0
Added three new tasks.
...
One task for generating the composer production autoloader, one
for linking shared files and folders into the release and
one to set filesystem acls while rolling out a new release.
11 years ago
Mario Mueller
4c3f50608e
The git remote cache deployment task.
...
This tasks uses a remote checkout on the server to provide the release.
In our use case this remote cache resides in $to/$shared/git-remote-cache,
variable 'shared' is substituted with "shared" by default. At this time, the
remote cache is not build automatically, you need to provide a clean
checkout before you can start using it.
11 years ago
Andrés Montañez
8785a3498d
Update Config.php
11 years ago
Andrés Montañez
fee82c3cf1
Update mage
11 years ago
Andrés Montañez
4d45c30bd4
Merge pull request #49 from Osukaru/master
...
Added identity file option for ssh and scp commands
11 years ago
Andrés Montañez
08b285e962
Merge pull request #50 from dlin-me/master
...
Fixed a bug in the builtin ChangeBranchTask.php
11 years ago
David Lin
59574711c1
Fixed a bug in the builtin ChangeBranchTask.php
11 years ago
Osukaru
beb663e801
Added identity file option for ssh and scp commands
11 years ago
Andrés Montañez
a97d172a6d
New Release - Version 1.0.1
11 years ago
Andrés Montañez
5d03d945cb
Issue #46 - Add post-release tasks on rollback
11 years ago
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.
11 years ago
Andrés Montañez
8b43a136dd
Merge pull request #45 from drmikecrowe/master
...
Adds "ssh_needs_tty" general parameter, and rsync copy option
11 years ago
Andrés Montañez
ae785225fa
Issue #43 - Exit code should indicate that something failed.
11 years ago
Andrés Montañez
fc3b7d87a5
Update SPYC Library.
11 years ago
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)
11 years ago
Andrés Montañez
5cc9c02c3e
IonCube task cleanup.
11 years ago
Andrés Montañez
b6e32215ee
Merge pull request #33 from marl-scot/ioncube
...
Added first version of the IonCube encoder extension task
11 years ago
Andrés Montañez
ff54ded172
Rollback to old yaml parser.
11 years ago
Andrés Montañez
a3171c59dd
Yaml Tweks for Insights.
11 years ago
Andrés Montañez
d6e7e5b6ab
Remove SPYC library for Yamls and use Symfony/Component/Yaml instead.
11 years ago
Andrés Montañez
72a1a19518
SensioLabs Inslights. Remove unused namespaces.
11 years ago
Andrés Montañez
0f17468553
Cleanup for SensioLabs Insights.
11 years ago
Andrés Montañez
2220b2fef5
Tweak on Upgrade Command.
11 years ago
Andrés Montañez
e9045cc55e
Issue 37. Disable color output.
11 years ago
Andrés Montañez
5c51f593d0
Fix typo.
11 years ago
Andrés Montañez
13e6311ba7
Tweak doc.
11 years ago
Andrés Montañez
3014f8855e
Update composer instructions.
11 years ago
Andrés Montañez
1448d65994
Tweak composer.
11 years ago
Andrés Montañez
c0ff700f88
Tweak upgrade command.
11 years ago
Andrés Montañez
c44eeeeaf0
Tweak readme.
11 years ago
Andrés Montañez
0a8187c11d
Fix on Upgrade command.
11 years ago
Andrés Montañez
ac08d1874c
Upgrade command.
11 years ago
Andrés Montañez
f646647036
Send mail notifications.
11 years ago
Andrés Montañez
75a2463240
Tweak on compiler.
11 years ago
Andrés Montañez
eecf9bf4ea
Change Deploy Stages with Constants.
11 years ago
Andrés Montañez
d55e18b34b
Add Stage Constants.
11 years ago
Andrés Montañez
a94f550a6c
Documentation.
11 years ago
Andrés Montañez
ceee587bb0
Fix typo in GitRebase Deploy strategy.
11 years ago
Andrés Montañez
6563678b83
Merge pull request #34 from bguse/master
...
added missing exclude Files to TarGzTask
11 years ago
Matt Lowe
379d3ce1b7
syncing local to remote for backup
11 years ago
Bastian Guse
935e9bf896
remove tab set space
11 years ago
Bastian Guse
899809dc33
added missing exclude Files to TarGzTask
11 years ago
Matt Lowe
f864fa7b8e
updated sample config file at end of script
11 years ago
Matt Lowe
96981b72c7
Added method to allow checking the source code once IonCube has run for
...
any un-encoded/encrypted files.
This checks against an array of file extens (used mainly to exclude
images and javascript etc.)
It also checks against an array of paths/filenames.
These 2 should maybe be combined into a single array?
If any files are found to not be encoded and havnt been excluded, then
user is prompted to confirm they wish to proced.
This is designed as a last confirmation that you have encoded all the
files that you need, and are not about to push unsecured files to a
server.
11 years ago
Matt Lowe
5fe1fdc168
adding new 'check encryption' function, to check that all
...
files have been encrypted/encoded, and prompt user to confirm
if the deploy should continue if any files are found to
not be encoded.
TEST - DO NOT USE!
11 years ago
Matt Lowe
9282e770f4
Added first version of the IonCube encoder extension task
...
This allows you to encrypt a project prior to pushing it
to a server.
11 years ago