Support for centralized deployer usage #2469
marvinhinz
started this conversation in
General
Replies: 1 comment
-
This sounds cool, but looks like it’s really specific to your project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
for various reasons we store our deploy scripts centrally on our ssh jump server, that every developer has an account on.
Right now we use a little bash wrapper script, which works like this:
dep-wrap project action param1 param2
etc.All deploy.php-files are stored in a projects subfolder.
This enables us to deploy these projects without having to specify the
--file=.../projects/$project/deploy.php
param every time.I thought it would be nice to have this functionality native in deployer. Bash completion for available projects would be
cool too! I'd like to create a pull request, when i have some spare time, but first i'm interested in feedback about this idea.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions