This commit is contained in:
2025-03-17 22:33:37 +03:00
parent 0f88163d16
commit c17b14f313
3 changed files with 63 additions and 11 deletions

View File

@@ -29,13 +29,14 @@ view create edit show delete test lint deploy new init build rebuild prune relea
####################################################################################################
init:
@echo "Шаг 1: Создание Docker-образа..."
@make docker rebuild
@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
@echo "Шаг 4: Создание новой роли..."
@make role new