diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83da367..610ba52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,8 +62,8 @@ deploy: - chmod 600 ~/.ssh/config script: - - rsync -azvh --delete --exclude-from "rsync-exclude.txt" public/ host-1:/var/www/ - - rsync -azvh --delete --exclude-from "rsync-exclude.txt" public/ host-2:/var/www/ + - rsync -azvh --delete public/ host-1:/var/www/ + - rsync -azvh --delete public/ host-2:/var/www/ - npm run deploy-cf-images rules: diff --git a/rsync-exclude.txt b/rsync-exclude.txt deleted file mode 100644 index 89cb889..0000000 --- a/rsync-exclude.txt +++ /dev/null @@ -1,3 +0,0 @@ -microblog/*** -atom-microblog.xml* -sitemap-microblog.xml*