Beside origin remote i also have live remote that is my server and i deploy by pushing to the live remote. To make this work i have /htdocs/content in .gitignore (the content is only on the server). I always wanted to have content also in git but the setup is baffling for me now.
Is everyone deploying manualy and have just content in the git repo?
Should i just make special branch content and put just content there? That wont work no? Or some setup with content as git-submodule?
Repost https://forum.getkirby.com/t/kirby-auto-git-plugin/4648/34
How to get this setup with other code already in git?
I have structure like this
Beside origin remote i also have live remote that is my server and i deploy by pushing to the live remote. To make this work i have /htdocs/content in .gitignore (the content is only on the server). I always wanted to have content also in git but the setup is baffling for me now.
Is everyone deploying manualy and have just content in the git repo?
Should i just make special branch content and put just content there? That wont work no? Or some setup with content as git-submodule?