Update .gitlab-ci.yml
parent
b77f26ff36
commit
e5e38f32a5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue