-
Notifications
You must be signed in to change notification settings - Fork 167
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
Executing arbitrary code in remote/local on push/pull #142
Comments
I'm no ruby dev, so this is obviously beyond me. But it'd be useful enough that I'm willing to hire a dev on Elance or oDesk or whatever. Do you guys think that this would be reasonably simple to implement by decent Ruby dev? |
Hi @joeguilmette :) Yep, I think it reasonably easy to add this feature. |
Well, I'm willing to pay for this feature. If you guys don't have time, Glad to hear you guys are receptive to adding it!
|
Was this implemented in 2.2.0? I can't see any reference to it. I'm having trouble with permissions getting copied over when pushing, so i'd like to use an after hook to run some scripts to fix the permissions. Edit - It looks like this did the trick for me instead. |
Glad to read that @veganista . The feature was never implemented; though convenient, it would be a more massive implementation than we thought. So we keep track, but it's actually stalled :( |
@joeguilmette , @veganista it's always fun to update issue after 2 years waiting ^^''' But...we're on the way to go. Take a look here and here I have to update a bit more of documentation, but feature is almost here and moreover it looks really cool to me. ;) |
Guys. We are on air. Closing this one 🎉 🌮 |
I was thinking that it would be really neat to be able to have wordmove execute commands before or after a push or pull, dependent on environment. With this functionality, Wordmove will be become instantly more extensible and able to integrate with just about any other tool or API.
This could be configured in the Movefile like so:
And an example script (local:/etc/scripts/slackupdate.sh) to accompany the above Movefile:
The text was updated successfully, but these errors were encountered: