mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-22 17:23:50 +01:00
CI project path
This commit is contained in:
parent
02017fef1a
commit
b766aac72f
@ -21,7 +21,7 @@ echo " Starting rsync deployment "
|
||||
echo "============================================="
|
||||
echo "$(tput sgr0)" # reset
|
||||
|
||||
rsync --recursive --delete --delete-excluded --checksum --verbose -e "ssh" $CI_BUILD_URL/_site/ $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH
|
||||
rsync --recursive --delete --delete-excluded --checksum --verbose -e "ssh" ~/src/github.com/kremalicious/kremalicious3/_site/ $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH
|
||||
|
||||
echo "$(tput setaf 64)" # green
|
||||
echo "---------------------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user