Skip to content

Commit

Permalink
Deploy latest
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed May 14, 2024
1 parent 3a5c8ed commit d634402
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/charterafrica-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: charterAFRICA | Deploy | PROD

on:
push:
branches: [feature/test-www-charter]
branches: [main]

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
Expand All @@ -12,7 +12,7 @@ concurrency:
env:
DOKKU_REMOTE_URL: "ssh://[email protected]/charterafrica"
IMAGE_NAME: "codeforafrica/charterafrica-ui"
NEXT_PUBLIC_APP_URL: "https://www.charter.africa"
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.22
FROM codeforafrica/charterafrica-ui:0.1.23
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.22",
"version": "0.1.23",
"private": true,
"author": "Code for Africa <[email protected]>",
"description": "This is the official code for https://charter.africa site",
Expand Down

0 comments on commit d634402

Please sign in to comment.