Пофиксил init и ошибку в makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user