chmod secrets.mk
This commit is contained in:
parent
0c93338e86
commit
9c2b1fb60f
1 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -30,6 +30,7 @@ prerequisites:
|
|||
|
||||
prepare:
|
||||
@- echo "\n### preparing ..."
|
||||
@- chmod 600 secrets.mk
|
||||
@- $(foreach host,$(DEPLOY_HOSTS), \
|
||||
ssh $(SSH_USER)@$(host) "cd $(DEPLOY_PATH); mkdir $(DEPLOY_NAME)"; \
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue