Update .gitlab-ci.yml

preproduction
Suvankar Sarkar 2021-05-17 11:54:11 +00:00
parent b77f26ff36
commit e5e38f32a5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ before_script:
deploy:
stage: deploy
script:
- rsync -Ppr -e "ssh -p 22" --progress --exclude=".git" $CI_PROJECT_DIR/ $u1n3_user@$u1n3_ip:$u1n3_pwd
- rsync -Ppr -e "ssh -p 22" --progress --exclude=".git" --exclude=".htaccess" --exclude=".gitignore" $CI_PROJECT_DIR/ $u1n3_user@$u1n3_ip:$u1n3_pwd
# Non interactive ssh gracefully reloads server
#- ssh $hawk_bs_user@$hawk_bs_ip '. /etc/profile; pm2 reload all'
only: