[TOOLS] Add update-dependencies and update-autocode Make rules
This commit is contained in:
parent
df640f60d2
commit
8c15d21591
6
Makefile
6
Makefile
|
@ -72,4 +72,10 @@ flush-redis-cache:
|
|||
install-plugins:
|
||||
docker exec -it $(call translate-container-name,$(strip $(DIR))_php_1) /var/www/social/bin/install_plugins.sh
|
||||
|
||||
update-dependencies:
|
||||
docker exec -it $(call translate-container-name,$(strip $(DIR))_php_1) sh -c 'cd /var/www/social && composer update'
|
||||
|
||||
update-autocode:
|
||||
docker exec -it $(call translate-container-name,$(strip $(DIR))_php_1) sh -c 'cd /var/www/social && bin/update_autocode'
|
||||
|
||||
force-nuke-everything: down remove-var remove-file up flush-redis-cache database-force-nuke install-plugins
|
||||
|
|
Loading…
Reference in New Issue
Block a user