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