[TOOLS] Add update-dependencies and update-autocode Make rules

This commit is contained in:
Hugo Sales 2022-02-26 14:04:47 +00:00
parent df640f60d2
commit 8c15d21591
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 6 additions and 0 deletions

View File

@ -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