diff --git a/config.xml b/config.xml
index 2968d525b7efa3771375254fe893c364bf20e90e..07a4ef18881dc3d4cc2a0eb8aa065583d4ab5d07 100644
--- a/config.xml
+++ b/config.xml
@@ -771,6 +771,7 @@
CRM_Mobile_SIT_apk_CodePush
CRM_Mobile_SIT_I18N_apk
CRM_Mobile_SIT_I18N_ipa
+ CRM_Mobile_SIT_I18N_ipa_CodePush
CRM_Mobile_SIT_ipa
CRM_Mobile_SIT_ipa_CodePush
CRM_Mobile_UAT_apk
diff --git a/jobs/CRM_Mobile_SIT_I18N_ipa_CodePush/config.xml b/jobs/CRM_Mobile_SIT_I18N_ipa_CodePush/config.xml
new file mode 100644
index 0000000000000000000000000000000000000000..db9c60cbee44915dea27072b733453a5efb03156
--- /dev/null
+++ b/jobs/CRM_Mobile_SIT_I18N_ipa_CodePush/config.xml
@@ -0,0 +1,79 @@
+
+
+
+
+ false
+
+
+ ylhealth
+
+
+
+ 3
+ -1
+ -1
+ -1
+
+
+
+
+ 2
+
+
+ https://cm.ylhealth.org/gitlab/ym/CRM_Mobile.git
+ 3485e854-8389-40e8-8c86-b94e94e91904
+
+
+
+
+ */develop
+
+
+ false
+
+
+
+ Mac_Node
+ false
+ false
+ false
+ false
+
+
+ 0 8,13,17 * * *
+
+
+ false
+
+
+ PATH="$PATH:/usr/local/bin:/Users/scott/.fastlane/bin/"
+security set-key-partition-list -S apple: -k Yonglinit123 -D "iPhone Distribution: YONGLIN YONGLIN BIOTECH CORP." -t private
+npm install
+RNFB_ANDROID_PERMISSIONS=true react-native link
+
+VERSION=SIT_$(date +%Y%m%d%H)_$(git rev-parse --short HEAD)
+MODIFIED_DATE=$(git log -1 --format="%ci" --)
+
+sed -i '' "/url/s/\'.*\';/\'http:\/\/10.32.86.132\/CRM\/\';/" app/configs/constant/urls.js
+sed -i '' "/version/s/\'.*\';/\'${VERSION}\';/" app/configs/constant/urls.js
+sed -i '' "/modifiedTime/s/\'.*\';/\'${MODIFIED_DATE}\';/" app/configs/constant/urls.js
+
+code-push release-react CRM_Mobile_ios ios -m -d Staging
+
+
+
+
+ $RD_Group $QA_Group
+ false
+ false
+
+
+
+
+ false
+
+
+ false
+
+
+
\ No newline at end of file