Add deploy and pull-content Makefile targets for user repo
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,3 +8,9 @@ setup: start install-plugins
|
|||||||
|
|
||||||
install-plugins:
|
install-plugins:
|
||||||
docker exec natascha_grav php /app/www/public/bin/gpm install $(shell cat plugins.txt | tr '\n' ' ') -y
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user