Print separators
This commit is contained in:
parent
a0313cdbd1
commit
ee710bf262
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,9 @@ DEPLOY_SSH_PORT = 57393
|
|||
DEPLOY_SSH_USER = kotovalexarian
|
||||
|
||||
deploy:
|
||||
@echo '================================================================================'
|
||||
$(RSYNC) --del -e 'ssh -p $(DEPLOY_SSH_PORT)' 'public/' '$(DEPLOY_SSH_USER)@$(DEPLOY_SSH_HOST):/srv/causa_arcana_archivebox/'
|
||||
@echo '================================================================================'
|
||||
$(RSYNC) --del -e 'ssh -p $(DEPLOY_SSH_PORT)' 'data/' '$(DEPLOY_SSH_USER)@$(DEPLOY_SSH_HOST):/var/lib/archivebox'
|
||||
|
||||
data-del-indices:
|
||||
|
|
Loading…
Reference in a new issue