mirror of https://gitlab.com/curben/blog
ci: remove microblog exclusion
This commit is contained in:
parent
a4e4507882
commit
5efe1f8867
|
@ -62,8 +62,8 @@ deploy:
|
||||||
- chmod 600 ~/.ssh/config
|
- chmod 600 ~/.ssh/config
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- rsync -azvh --delete --exclude-from "rsync-exclude.txt" public/ host-1:/var/www/
|
- rsync -azvh --delete public/ host-1:/var/www/
|
||||||
- rsync -azvh --delete --exclude-from "rsync-exclude.txt" public/ host-2:/var/www/
|
- rsync -azvh --delete public/ host-2:/var/www/
|
||||||
- npm run deploy-cf-images
|
- npm run deploy-cf-images
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
microblog/***
|
|
||||||
atom-microblog.xml*
|
|
||||||
sitemap-microblog.xml*
|
|
Loading…
Reference in New Issue