Skip to content

Commit

Permalink
Merge pull request #830 from CodeForAfrica/fix/blog-url
Browse files Browse the repository at this point in the history
fix: update blog NEXT_PUBLIC url
  • Loading branch information
thepsalmist authored Aug 8, 2024
2 parents 9f76f9b + 4e55e73 commit d4ee1db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/civicsignalblog-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
GIT_PUSH_FLAGS: "--force"
IMAGE_NAME: "codeforafrica/civicsignalblog-ui"
VERSION_FILE_NAME: "./apps/civicsignalblog/package.json"
NEXT_PUBLIC_APP_URL: "https://blog.civicsignal.africa"
NEXT_PUBLIC_APP_URL: "https://research.civicsignal.africa"
SENTRY_ENVIRONMENT: "production"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion apps/civicsignalblog/contrib/dokku/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM codeforafrica/codeforafrica-ui:0.1.4
FROM codeforafrica/codeforafrica-ui:0.1.5
2 changes: 1 addition & 1 deletion apps/civicsignalblog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "civicsignalblog",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"author": "Code for Africa <tech@codeforafrica.org>",
"description": "This is the (temporary) CivicSignal blog",
Expand Down

0 comments on commit d4ee1db

Please sign in to comment.