fix
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user