tengo que eliminar archivos del server si es necesario

This commit is contained in:
Daniel Cortes
2020-06-03 19:53:28 -04:00
parent a3f2f5eacf
commit a96d67d54e

View File

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