Skip to content

Commit

Permalink
Merge branch 'main' into ft/indicator-tile
Browse files Browse the repository at this point in the history
Signed-off-by: Kipruto <[email protected]>
  • Loading branch information
kelvinkipruto committed Aug 5, 2024
2 parents 78ccf79 + 4f19336 commit 680a503
Show file tree
Hide file tree
Showing 19 changed files with 1,175 additions and 1,627 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/roboshield-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ concurrency:
env:
APP_NAME: roboshield-ui
DOKKU_REMOTE_BRANCH: "master"
DOKKU_REMOTE_URL: "ssh://azureuser@ui-1.prod.codeforafrica.org"
DOKKU_REMOTE_URL: "ssh://dokku@ui-1.prod.codeforafrica.org"
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IMAGE_NAME: "codeforafrica/roboshield"
NEXT_PUBLIC_APP_URL: "https://roboshield-ui.prod.codeforafrica.org"
IMAGE_NAME: "codeforafrica/roboshield-ui"
NEXT_PUBLIC_APP_URL: "https://roboshield.trustlab.africa"
SENTRY_ENVIRONMENT: "production"
VERSION_FILE_NAME: "./apps/roboshield/package.json"

Expand Down Expand Up @@ -97,5 +97,5 @@ jobs:
uses: dokku/[email protected]
with:
git_remote_url: ${{ env.DOKKU_REMOTE_URL }}/${{ env.APP_NAME }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
deploy_docker_image: ${{ env.IMAGE_NAME }}:${{ steps.version-check.outputs.version }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
Loading

0 comments on commit 680a503

Please sign in to comment.