diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d78d75f..7edfb04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/contact.php b/contact.php index 0d965b3..65cdc3f 100644 --- a/contact.php +++ b/contact.php @@ -119,7 +119,6 @@ include("_navbar.php"); -