Skip to content

Commit

Permalink
Merge pull request #676 from CodeForAfrica/ft/fix-charterafrica-dev-d…
Browse files Browse the repository at this point in the history
…eployment

Update DOKKU_REMOTE_URL to dev environment
  • Loading branch information
kelvinkipruto authored Feb 29, 2024
2 parents 187754f + 25681d3 commit 9e826cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/charterafrica-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ on:
paths:
- "apps/charterafrica/**"
- "Dockerfile.charterafrica"
- ".github/workflows/charterafrica-deploy-dev.yml"

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: "${{ github.workflow }} @ ${{ github.ref }}"
cancel-in-progress: true

env:
DOKKU_REMOTE_URL: "ssh://dokku@ui-1.prod.codeforafrica.org/charterafrica"
DOKKU_REMOTE_URL: "ssh://dokku@ui-1.dev.codeforafrica.org/charterafrica"
IMAGE_NAME: "codeforafrica/charterafrica-ui"
NEXT_PUBLIC_APP_URL: "https://charterafrica.dev.codeforafrica.org"
SENTRY_ENV: "development"
Expand Down
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 @@ -6,7 +6,7 @@ on:
paths:
- "apps/codeforafrica/**"
- "Dockerfile.codeforafrica"
- ".github/**"
- ".github/workflows/codeforafrica-deploy-dev-app.yml"

concurrency:
group: "${{ github.workflow }} @ ${{ github.ref }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeforafrica-deploy-review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- "apps/codeforafrica/**"
- "Dockerfile.codeforafrica"
- ".github/**"
- ".github/workflows/codeforafrica-deploy-review.yml"
concurrency:
group: "${{ github.workflow }} @ ${{ github.ref }}"
cancel-in-progress: false
Expand Down

0 comments on commit 9e826cd

Please sign in to comment.