Skip to content

Commit

Permalink
Deploy prod cfa
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed May 14, 2024
1 parent 7f4040c commit df702b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 @@ -2,7 +2,7 @@ name: Code for Africa | Deploy | DEV

on:
push:
branches: [feature/update-next-public-app-url]
branches: [main]
paths:
- "apps/codeforafrica/**"
- "Dockerfile.codeforafrica"
Expand Down
2 changes: 1 addition & 1 deletion apps/codeforafrica/contrib/dokku/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM codeforafrica/codeforafrica-ui:1.0.52
FROM codeforafrica/codeforafrica-ui:1.0.53
2 changes: 1 addition & 1 deletion apps/codeforafrica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeforafrica",
"version": "1.0.52",
"version": "1.0.53",
"private": true,
"author": "Code for Africa <tech@codeforafrica.org>",
"description": "This is the main CFA site.",
Expand Down

0 comments on commit df702b1

Please sign in to comment.