Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Enhancement: Deploy with Phing #409

Merged
merged 5 commits into from
Feb 28, 2015

Conversation

localheinz
Copy link
Member

The aim of this PR is to ease the deployment process and replicate the current process. I believe we could reiterate on this and, as @GeeH suggested, sort out something with rollbacks and the like

This PR, however,

  • requires phing/phing as a dependency
  • creates a simple build file replicating the current process

@localheinz localheinz self-assigned this Feb 20, 2015
@localheinz localheinz force-pushed the feature/phing branch 5 times, most recently from 6556c32 to c3b0eb4 Compare February 20, 2015 15:18
@localheinz
Copy link
Member Author

Anyone up for reviewing this?

Gotta go now!


<target hidden="true" name="git-pull">
<echo message="Pull changes from origin" />
<exec logoutput="true" checkreturn="true" command="ssh ${ssh.user}@${ssh.host} -p {ssh.port} 'cd ${project.root}; git pull origin master'" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{ssh.port} -> ${ssh.port}

@localheinz localheinz changed the title [WIP] Enhancement: Deploy with Phing Enhancement: Deploy with Phing Feb 23, 2015
@Ocramius
Copy link
Member

IMO this is good to go, but needs to be rebased first

@localheinz
Copy link
Member Author

@Ocramius

Going to rebase tomorrow!

@Ocramius
Copy link
Member

@localheinz thanks!

@localheinz
Copy link
Member Author

@Ocramius

Rebased!

@Ocramius Ocramius assigned Ocramius and unassigned localheinz Feb 28, 2015
Ocramius added a commit that referenced this pull request Feb 28, 2015
@Ocramius Ocramius merged commit fadc4fa into zendframework:master Feb 28, 2015
@Ocramius
Copy link
Member

👍

@localheinz localheinz deleted the feature/phing branch September 26, 2015 09:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants