From 39e26e037d7ae44460aba024eaeb0247178880db Mon Sep 17 00:00:00 2001 From: Michael Bailey Date: Thu, 10 Aug 2017 13:45:00 -0400 Subject: [PATCH] Copy recursively and forcefully --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da0bf77..bda63db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ prod_deploy: stage: deploy script: - cd /srv/srctweb-jekyll/source && git pull && cd ../ - - cp /srv/srctweb-jekyll/source/* /srv/srctweb-jekyll/ + - cp -rf /srv/srctweb-jekyll/source/* /srv/srctweb-jekyll/ - cd /srv/srctweb-jekyll/ && bundle exec jekyll build --trace -d '/srv/srctweb-jekyll/_site' only: - master -- GitLab