From 5efe1f886774dd4f72f3183e41155affacd41be7 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Sun, 6 Oct 2024 08:55:11 +0000 Subject: [PATCH] ci: remove microblog exclusion --- .gitlab-ci.yml | 4 ++-- rsync-exclude.txt | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 rsync-exclude.txt 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*