Loading .deploy_code_to_server.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ export PROJECT_FILTER="rsync-filter-${PROJECT_CMS_TYPE}" fi - rsync -avz --chown=33:33 --numeric-ids --delete -e "ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -i $HOME/.ssh/deploy.key " --filter="merge rsync-filter" --filter="merge $PROJECT_FILTER" $CI_PROJECT_DIR/www/ root@${!PROJECT_SERVER}::www/${!PROJECT_SITE}/www/ - rsync -avz --chown=33:33 --numeric-ids --delete -e "ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -i $HOME/.ssh/deploy.key " --filter="merge rsync-filter" --filter="merge $PROJECT_FILTER" --dry-run $CI_PROJECT_DIR/ root@${!PROJECT_SERVER}::www/${!PROJECT_SITE}/ only: refs: - beta Loading rsync-filter-bitrix +2 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,5 @@ # deleted by deployment. protect /www/bitrix/*** protect /www/upload/*** include /www/local/*** exclude /www/** rsync-filter-ceteracms +1 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,4 @@ protect /www/cms/*** protect /www/library/*** protect /www/themes/* protect /www/plugins/* exclude /www/** rsync-filter-std +2 −0 Original line number Diff line number Diff line Loading @@ -15,3 +15,5 @@ exclude .env.project protect /vendor/*** protect /logs/*** protect /meta.yml protect .ftpaccess protect .htaccess Loading
.deploy_code_to_server.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ export PROJECT_FILTER="rsync-filter-${PROJECT_CMS_TYPE}" fi - rsync -avz --chown=33:33 --numeric-ids --delete -e "ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -i $HOME/.ssh/deploy.key " --filter="merge rsync-filter" --filter="merge $PROJECT_FILTER" $CI_PROJECT_DIR/www/ root@${!PROJECT_SERVER}::www/${!PROJECT_SITE}/www/ - rsync -avz --chown=33:33 --numeric-ids --delete -e "ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -i $HOME/.ssh/deploy.key " --filter="merge rsync-filter" --filter="merge $PROJECT_FILTER" --dry-run $CI_PROJECT_DIR/ root@${!PROJECT_SERVER}::www/${!PROJECT_SITE}/ only: refs: - beta Loading
rsync-filter-bitrix +2 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,5 @@ # deleted by deployment. protect /www/bitrix/*** protect /www/upload/*** include /www/local/*** exclude /www/**
rsync-filter-ceteracms +1 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,4 @@ protect /www/cms/*** protect /www/library/*** protect /www/themes/* protect /www/plugins/* exclude /www/**
rsync-filter-std +2 −0 Original line number Diff line number Diff line Loading @@ -15,3 +15,5 @@ exclude .env.project protect /vendor/*** protect /logs/*** protect /meta.yml protect .ftpaccess protect .htaccess