Correccion de rsync

This commit is contained in:
Daniel Cortes
2020-06-02 05:49:53 -04:00
parent 6f10d1065d
commit 049404cbd1

View File

@@ -39,4 +39,4 @@ deploy:
## Sync the project to the deploy route ## Sync the project to the deploy route
- apt-get install rsync -y - apt-get install rsync -y
- rsync -rvz build "$DEPLOY_ROUTE" - rsync -rvz build/ "$DEPLOY_ROUTE"