Skip to content

Commit

Permalink
fix: update blog NEXT_PUBLIC url
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed Aug 8, 2024
1 parent 9f76f9b commit 4e55e73
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 <[email protected]>",
"description": "This is the (temporary) CivicSignal blog",
Expand Down

0 comments on commit 4e55e73

Please sign in to comment.