Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release 1.1 #12

Merged
merged 20 commits into from
Jun 5, 2015
Merged

New release 1.1 #12

merged 20 commits into from
Jun 5, 2015

Conversation

rplansky
Copy link
Contributor

@rplansky rplansky commented Jun 5, 2015

Change log

  • Added configuration file
  • Moved application and environment arguments to config file
  • Create events
  • Configurable scripts by event
  • Interactive mode
  • More Verbosity

rplansky and others added 20 commits May 9, 2015 16:09
This class is responsible to read configuration file and retrieve
config values
Read config values from .dployer file in current working dir
- All files/folders specified in `exclude-paths` key in .dployer
config file will be removed before create the .zip file to upload
Added application and environment variables to config file
Exclude specified paths before create zip file.
This class is responsible to get configured script in .dployer file
and run them.
Actualy, it just run 'exec' method and displays an error or success
message.

In the future, this class will handle optional commands and verbose
outputs.
Dispatch some events in depoy process using ScriptRunner class.
The allowed events are: init, before-pack, before-deploy and finish.
Actually, command displays entire output at once in the final of
script execution.
Added events to deploy process
Added verbosity to deploy command
…o rplansky-interactive

Conflicts:
	app/Dployer/Event/ScriptRunner.php
rplansky added a commit that referenced this pull request Jun 5, 2015
@rplansky rplansky merged commit 6822afb into master Jun 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants