Skip to content

Commit

Permalink
fix: modify ui-1 prod url
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed Nov 15, 2024
1 parent b73d59d commit 83743a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- update-workflow
- chore/update-workflow

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
Expand All @@ -12,7 +12,7 @@ concurrency:

env:
DOKKU_REMOTE_BRANCH: "master"
DOKKU_REMOTE_URL: "ssh://dokku@ui-1.prod.codeforafrica.org/sensors-africa-ui"
DOKKU_REMOTE_URL: "ssh://dokku@ui-2.prod.codeforafrica.org/sensors-africa-ui"
NEXT_PUBLIC_APP_URL: "https://sensors.africa"
NEXT_PUBLIC_APP_API_BASE_URL: "https://api.sensors.africa/v2"
NEXT_PUBLIC_APP_API_DOCS_URL: "https://api.sensors.africa/docs"
Expand Down

0 comments on commit 83743a9

Please sign in to comment.