diff --git a/.github/composite-actions/ssh-docker-compose/up.sh b/.github/composite-actions/ssh-docker-compose/up.sh index fb42a2125..26a2de95b 100755 --- a/.github/composite-actions/ssh-docker-compose/up.sh +++ b/.github/composite-actions/ssh-docker-compose/up.sh @@ -11,6 +11,12 @@ server_port="${2}" server_user="${3}" docker_compose_file="${4}" +ssh -i priv.key -o BatchMode=yes \ + -p "${server_port}" \ + -o UserKnownHostsFile=/dev/null \ + -o StrictHostKeyChecking=no \ + "${server_user}"@"${server_ip}" "cd src/deploy && docker compose -f ${docker_compose_file} exec -u root frontend sh -c 'rm -rf /var/tmp/cache/*'" + ssh -i priv.key -o BatchMode=yes \ -p "${server_port}" \ -o UserKnownHostsFile=/dev/null \ diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 73f359223..5f8fb279f 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -88,7 +88,7 @@ jobs: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_MOBILE_AUTH_TOKEN }} run: | curl -X 'POST' \ - 'https://rtmis.akvo.org/api/v1/device/apk/upload' \ + 'https://rush.health.go.ke/api/v1/device/apk/upload' \ -H 'accept: */*' \ -H 'Content-Type: application/json' \ -d '{ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8dbfc1da3..aed1e5ccb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -188,7 +188,7 @@ jobs: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_MOBILE_AUTH_TOKEN }} run: | curl -X 'POST' \ - 'https://rtmis.akvo.org/api/v1/device/apk/upload' \ + 'https://rush.health.go.ke/api/v1/device/apk/upload' \ -H 'accept: */*' \ -H 'Content-Type: application/json' \ -d '{ diff --git a/app/src/build.prod.js b/app/src/build.prod.js index d4d9c0e87..caf28c230 100644 --- a/app/src/build.prod.js +++ b/app/src/build.prod.js @@ -2,8 +2,8 @@ import buildJson from './build.json'; const defaultBuildParams = { ...buildJson, - serverURL: 'https://rtmis.akvo.org/api/v1/device', - apkURL: 'https://rtmis.akvo.org/app', + serverURL: 'https://rush.health.go.ke/api/v1/device', + apkURL: 'https://rush.health.go.ke/app', }; export default defaultBuildParams; diff --git a/docs/source/start.rst b/docs/source/start.rst index 299f512df..ede07f536 100644 --- a/docs/source/start.rst +++ b/docs/source/start.rst @@ -47,7 +47,7 @@ User Roles and Permissions Setting up Account for the First Time --------------------------------------- -Users who have been registered in the RUSH platform will receive an invitation email to complete the account setup process. Click the Set Password button to activate your account. Make sure you are on the testing url rtmis.akvo.org. Set a strong password and click Set New Password to login to your account. +Users who have been registered in the RUSH platform will receive an invitation email to complete the account setup process. Click the Set Password button to activate your account. Make sure you are on the testing url rush.health.go.ke. Set a strong password and click Set New Password to login to your account. .. image:: ../assests/image10.png :alt: Sign up