Skip to content

Commit

Permalink
feature/test-www-charter
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed May 14, 2024
1 parent 8e7a9ca commit 0f6ff21
Showing 1 changed file with 2 additions and 2 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: [main]
branches: [feature/test-www-charter]

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
Expand All @@ -12,7 +12,7 @@ concurrency:
env:
DOKKU_REMOTE_URL: "ssh://dokku@ui-1.prod.codeforafrica.org/charterafrica"
IMAGE_NAME: "codeforafrica/charterafrica-ui"
NEXT_PUBLIC_APP_URL: "https://charter.africa"
NEXT_PUBLIC_APP_URL: "https://www.charter.africa"
NEXT_PUBLIC_SEO_DISABLED: "false"
VERSION_FILE_NAME: "./apps/charterafrica/package.json"
SENTRY_ENV: "production"
Expand Down

0 comments on commit 0f6ff21

Please sign in to comment.