From e5e38f32a5d8c6d5b228c08c127917651025b4a8 Mon Sep 17 00:00:00 2001 From: Suvankar Sarkar Date: Mon, 17 May 2021 11:54:11 +0000 Subject: [PATCH 1/2] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From d0ce9533f0dd966958eef7bffaf37d641f186208 Mon Sep 17 00:00:00 2001 From: Suvankar Sarkar Date: Thu, 15 Jul 2021 19:53:34 +0000 Subject: [PATCH 2/2] business --- contact.php | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/contact.php b/contact.php index 11ee056..65cdc3f 100644 --- a/contact.php +++ b/contact.php @@ -118,26 +118,7 @@ include("_navbar.php"); - - - +
@@ -211,7 +192,7 @@ include("_navbar.php"); warning.style.display = "none"; let formData = new FormData(); formData.append('formName', 'IIMTT-Contact-Form'); - formData.append('business_type', '"iimtt"'); + formData.append('business_type', 'iimtt'); formData.append('Name', name); formData.append('Email', email); formData.append('Phone', phn);