Пофиксил init и ошибку в makefile

This commit is contained in:
2025-03-17 15:29:17 +03:00
parent 382681820e
commit f055589782
2 changed files with 2 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ else
$(error Invalid RUN_MODE. Use "docker-compose" or "docker")
endif
view create edit show delete test lint deploy new:
view create edit show delete test lint deploy new init build rebuild prune release push pull:
@true
####################################################################################################
@@ -30,12 +30,10 @@ view create edit show delete test lint deploy new:
init:
@echo "Шаг 1: Создание Docker-образа..."
@make docker build
@echo "Шаг 2: Создание нового vault-файла с паролем..."
@read -p "Введите пароль для vault: " VAULT_PASSWORD; \
echo "$$VAULT_PASSWORD" > vault-password.txt; \
make vault create
@echo "Шаг 3: Создание нового брэнча в гите..."
@make git new