Skip to content

Commit

Permalink
Merge branch 'main' into feature/featured-videos
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Jun 19, 2024
2 parents cb65f0f + 4d10e92 commit fcff34d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/codeforafrica-deploy-review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
with:
command: review-apps:create
git_remote_url: ${{ env.DOKKU_REMOTE_URL }}/codeforafrica-ui
# specify a name for the review app
review_app_name: ${{ env.APP_NAME }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
deploy_docker_image: ${{ env.IMAGE_NAME }}:${{ github.sha }}
Expand All @@ -88,15 +87,12 @@ jobs:
destroy_review_app:
runs-on: ubuntu-latest
# only run when a pull request is closed
if: github.event.action == 'closed'
if: github.event_name == 'pull_request' && github.event.action == 'closed'
steps:
- name: Destroy the review app
- name: Destroy review app
uses: dokku/github-action@master
with:
# destroy a review app
command: review-apps:destroy
git_remote_url: ${{ env.DOKKU_REMOTE_URL }}/${{ env.APP_NAME }}
# specify a name for the review app
git_remote_url: ${{ env.DOKKU_REMOTE_URL }}/codeforafrica-ui
review_app_name: ${{ env.APP_NAME }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# ui
# COMMONS UI

## Applications

| Name | Description |
| -------------------------------------------- | --------------------------------------------------------- |
| [**charterAFRICA**](./apps/charterafrica/) | The largest digital database for communities |
| [**Code for Africa**](./apps/codeforafrica/) | Africa's largest network of civic tech and open data labs |
| [**PesaYetu**](./apps/pesayetu/) | Data to hold your government accountable |

## Get started

Expand Down

0 comments on commit fcff34d

Please sign in to comment.