Skip to content

Commit

Permalink
Merge pull request #1550 from unicefkenya/main
Browse files Browse the repository at this point in the history
Adjust new domain name
  • Loading branch information
anjarakvo authored Oct 11, 2024
2 parents 2430541 + 63d4ee2 commit fd6780d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/composite-actions/ssh-docker-compose/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '{
Expand Down
4 changes: 2 additions & 2 deletions app/src/build.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
2 changes: 1 addition & 1 deletion docs/source/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd6780d

Please sign in to comment.