diff --git a/Makefile b/Makefile index ecdda7b..5eb1fcd 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,9 @@ setup: start install-plugins install-plugins: docker exec natascha_grav php /app/www/public/bin/gpm install $(shell cat plugins.txt | tr '\n' ' ') -y + +deploy: + git subtree push --prefix=user user-deploy main + +pull-content: + git subtree pull --prefix=user user-deploy main --squash