Skip to content

Commit

Permalink
Merge pull request #959 from CodeForAfrica/ft/fix-workflow-public-url
Browse files Browse the repository at this point in the history
Fix ClimateMapped build public URL
  • Loading branch information
kelvinkipruto authored Oct 16, 2024
2 parents 20cb40c + d439cbf commit 0409292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/climatemappedafrica-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
build-args: |
HURUMAP_API_URL=${{ secrets.CLIMATEMAPPEDAFRICA_HURUMAP_API_URL }}
MONGO_URL=${{ secrets.CLIMATEMAPPEDAFRICA_MONGO_URL }}
NEXT_PUBLIC_APP_URL=${{ env.NEXT_PUBLIC_APP_URL }}
PAYLOAD_SECRET=${{ secrets.CLIMATEMAPPEDAFRICA_PAYLOAD_SECRET }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
Expand Down
2 changes: 1 addition & 1 deletion apps/climatemappedafrica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "climatemappedafrica",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"author": "Code for Africa <[email protected]>",
"description": "Climate Mapped Africa ",
Expand Down

0 comments on commit 0409292

Please sign in to comment.