|
|
@@ -58,7 +58,7 @@ upgrade: stop pull up-rebuild composer-install db-migrate frontend-build ## Об
|
|
|
$(call message,"The application was successfully updated!")
|
|
|
|
|
|
full-upgrade: stop pull up-rebuild composer-install db-migrate-refresh frontend-build ## Обновление приложения и пересоздание БД
|
|
|
- $(call message,"The application was successfully updated! Database rebuilded!")
|
|
|
+ $(call message,"The application was successfully updated! Database rebuilt!")
|
|
|
|
|
|
up: ## Запуск проекта
|
|
|
$(compose) up -d
|
|
|
@@ -90,14 +90,8 @@ up-rebuild: ## Перестройка проекта
|
|
|
ps: ## Список запущенных контейнеров
|
|
|
$(compose) ps
|
|
|
|
|
|
-#icons: ## Перестроить иконки
|
|
|
-# $(webserver) sh -c 'apk add yarn && cd /var/frontend && yarn run icons'
|
|
|
-#
|
|
|
-#frontend-run: ## Перестроить фронт приложения
|
|
|
-# $(webserver) sh -c 'apk add yarn && cd /var/frontend && yarn run build'
|
|
|
-#
|
|
|
-#frontend-build: ## Перестроить фронт приложения
|
|
|
-# $(webserver) sh -c 'apk add yarn && cd /var/frontend && yarn install && yarn run build'
|
|
|
+frontend-build: ## Перестроить фронт приложения
|
|
|
+ $(webserver) sh -c 'npm install && npm run build'
|
|
|
|
|
|
composer: ## Запуск composer
|
|
|
$(application) composer $(args)
|