Deploy features into standalone application #2421
Unanswered
stephan-strate
asked this question in
Help needed
Replies: 1 comment
-
Just depends on what you would like to do. For example clone app and then rsync your file. Common recipe is using symlinks for public dir. |
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
-
My goal is to set up deployer to automatically deploy our Grav websites.
After studying the documentation and some tutorials, there are still some questions in my head. Especially how to deploy features into a standalone application. What does this mean? We have got a cms like Typo3 or in this case Grav, which is already "installed" (lives in the public dir) on the webserver. The folder structure looks something like this:
Our git repositories have the same structure, but without the application itself of course. That means our git repositories look something like this:
How would this be deployed using deployer? I can not use tasks like
update_code
, because this would need to be executed in an empty directory. You might not support Grav, but Typo3 raises the same question for me.Beta Was this translation helpful? Give feedback.
All reactions