Provisioning Database server & Redis #3174
Unanswered
jasperf
asked this question in
Help needed
Replies: 1 comment 1 reply
-
Provision recipe create a server as a template. If you need different setup - create your own recipe. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an example anywhere of a
provision.yml
which deploy a website with database, Node, PHP and Redis? What about two servers: database server and web server?When I check https://deployer.org/docs/7.x/recipe/provision I do see listed tasks, but no real example file as of yet.
This task is group task which contains next tasks:
provision.yml
and not thedeploy.yml
?Database server stub:
Redis is installed by default at
deployer/recipe/provision.php
Line 131 in 68a983a
install
it seems. Creating a separate Redis server would be a different story I guess. But it is added with all the other packages.Beta Was this translation helpful? Give feedback.
All reactions