diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c435dc..f110c12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,4 +27,4 @@ deploy: - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts - - rsync --dry-run -avz "$SERVER_HOST" out/ "$WPD_FOLDER" \ No newline at end of file + - rsync --dry-run -avz out/ "$SERVER_HOST":"$WPD_FOLDER" \ No newline at end of file