From 049404cbd1fd633b1ad3387defe55e2ce2bbe4e6 Mon Sep 17 00:00:00 2001 From: Daniel Cortes Date: Tue, 2 Jun 2020 05:49:53 -0400 Subject: [PATCH] Correccion de rsync --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af63ef3..bca7c1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,4 +39,4 @@ deploy: ## Sync the project to the deploy route - apt-get install rsync -y - - rsync -rvz build "$DEPLOY_ROUTE" + - rsync -rvz build/ "$DEPLOY_ROUTE"