From e835d77b1c2b8113c56efe981946c16c16306d16 Mon Sep 17 00:00:00 2001 From: Kipruto <43873157+kelvinkipruto@users.noreply.github.com> Date: Mon, 13 May 2024 14:49:26 +0300 Subject: [PATCH] use charter.africa url Signed-off-by: Kipruto <43873157+kelvinkipruto@users.noreply.github.com> --- .github/workflows/charterafrica-deploy-prod.yml | 2 +- apps/charterafrica/contrib/dokku/Dockerfile | 2 +- apps/charterafrica/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/charterafrica-deploy-prod.yml b/.github/workflows/charterafrica-deploy-prod.yml index 69d79e79a..8b4f4e361 100644 --- a/.github/workflows/charterafrica-deploy-prod.yml +++ b/.github/workflows/charterafrica-deploy-prod.yml @@ -12,7 +12,7 @@ concurrency: env: DOKKU_REMOTE_URL: "ssh://dokku@ui-1.prod.codeforafrica.org/charterafrica" IMAGE_NAME: "codeforafrica/charterafrica-ui" - NEXT_PUBLIC_APP_URL: "https://charterafrica.prod.codeforafrica.org" + NEXT_PUBLIC_APP_URL: "https://charter.africa" NEXT_PUBLIC_SEO_DISABLED: "false" VERSION_FILE_NAME: "./apps/charterafrica/package.json" SENTRY_ENV: "production" diff --git a/apps/charterafrica/contrib/dokku/Dockerfile b/apps/charterafrica/contrib/dokku/Dockerfile index df83e50f9..0df40cd46 100644 --- a/apps/charterafrica/contrib/dokku/Dockerfile +++ b/apps/charterafrica/contrib/dokku/Dockerfile @@ -1 +1 @@ -FROM codeforafrica/charterafrica-ui:0.1.20 +FROM codeforafrica/charterafrica-ui:0.1.21 diff --git a/apps/charterafrica/package.json b/apps/charterafrica/package.json index 15a6d78a1..00eee550e 100644 --- a/apps/charterafrica/package.json +++ b/apps/charterafrica/package.json @@ -1,6 +1,6 @@ { "name": "charterafrica", - "version": "0.1.20", + "version": "0.1.21", "private": true, "author": "Code for Africa ", "description": "This is the official code for https://charter.africa site",