Skip to content

Commit

Permalink
Merge pull request #817 from CodeForAfrica/chore/roboshield_fix_workf…
Browse files Browse the repository at this point in the history
…low_prod

@/roboshield Fix Dokku Deployment
  • Loading branch information
kilemensi authored Aug 2, 2024
2 parents 1624a3b + e4b6f45 commit 182983e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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/github-action@v1.4.0
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 }}
2 changes: 1 addition & 1 deletion apps/roboshield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roboshield",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"scripts": {
"build-server": "tsc --project tsconfig.server.json",
Expand Down

0 comments on commit 182983e

Please sign in to comment.