This is really interesting. I use git to manage my deploys. I git pull from my servers whenever I deploy.<p>I have been toying with using github actions to automate the pull. My workflow would be something like:<p>1. work locally on a branch
2. test, merge with master
3. git push from local to github
4. a github action would see the commit to master and initiate a git pull on my server.<p>Something like this: <a href="https://stackoverflow.com/questions/61447350/automatically-pull-from-remote-using-github-actions" rel="nofollow">https://stackoverflow.com/questions/61447350/automatically-p...</a><p>What are the advantages to using polybox or piku?