Rename deploy/pull-content to content-push/content-pull
This commit is contained in:
@@ -13,11 +13,11 @@ setup: start install-plugins
|
||||
install-plugins:
|
||||
docker exec natascha_grav php /app/www/public/bin/gpm install $(shell cat plugins.txt | tr '\n' ' ') -y
|
||||
|
||||
# User repo
|
||||
deploy:
|
||||
# Content (user repo)
|
||||
content-push:
|
||||
git subtree push --prefix=user user-deploy main
|
||||
|
||||
pull-content:
|
||||
content-pull:
|
||||
git subtree pull --prefix=user user-deploy main --squash
|
||||
|
||||
# Server
|
||||
|
||||
Reference in New Issue
Block a user