Skip to content

Commit

Permalink
Merge pull request #695 from CodeForAfrica/feature/update-next-public…
Browse files Browse the repository at this point in the history
…-app-url

Feature/update next public app url
  • Loading branch information
koechkevin authored May 14, 2024
2 parents c1e3303 + df702b1 commit c91439b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeforafrica-deploy-dev-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
DOKKU_REMOTE_BRANCH: "master"
DOKKU_REMOTE_URL: "ssh://azureuser@ui-1.dev.codeforafrica.org"
IMAGE_NAME: "codeforafrica/codeforafrica-ui"
NEXT_PUBLIC_APP_URL: "https://codeforafrica.dev.codeforafrica.org"
NEXT_PUBLIC_APP_URL: "https://codeforafrica-ui.dev.codeforafrica.org"
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APP_NAME: codeforafrica-ui

Expand Down
2 changes: 1 addition & 1 deletion apps/codeforafrica/contrib/dokku/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM codeforafrica/codeforafrica-ui:1.0.52
FROM codeforafrica/codeforafrica-ui:1.0.53
2 changes: 1 addition & 1 deletion apps/codeforafrica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeforafrica",
"version": "1.0.52",
"version": "1.0.53",
"private": true,
"author": "Code for Africa <tech@codeforafrica.org>",
"description": "This is the main CFA site.",
Expand Down

0 comments on commit c91439b

Please sign in to comment.