Skip to content

Commit

Permalink
use charter.africa url
Browse files Browse the repository at this point in the history
Signed-off-by: Kipruto <43873157+kelvinkipruto@users.noreply.github.com>
  • Loading branch information
kelvinkipruto committed May 13, 2024
1 parent 093ceef commit e835d77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charterafrica-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion apps/charterafrica/contrib/dokku/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM codeforafrica/charterafrica-ui:0.1.20
FROM codeforafrica/charterafrica-ui:0.1.21
2 changes: 1 addition & 1 deletion apps/charterafrica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "charterafrica",
"version": "0.1.20",
"version": "0.1.21",
"private": true,
"author": "Code for Africa <tech@codeforafrica.org>",
"description": "This is the official code for https://charter.africa site",
Expand Down

0 comments on commit e835d77

Please sign in to comment.