Skip to content

Commit 13062f9

Browse files
Merge pull request #93 from CodeForPhilly/develop
Release: CHIME v0.4.1
2 parents f5ab428 + a04a18a commit 13062f9

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.github/workflows/dockerpublish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Docker
22

33
on:
44
push:
5-
# Publish `master` as Docker `latest` image.
6-
branches:
7-
- master
8-
- 'release/**'
9-
105
# Publish `v1.2.3` tags as releases.
116
tags:
127
- v*

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish GitBook to GH Pages
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'releases/v1'
77

88

99
jobs:

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ name: Chime Lint and Test
66
on:
77
push:
88
branches:
9-
- master
10-
- 'feature/**'
11-
- 'release/**'
9+
- '**'
1210
pull_request:
1311
branches:
14-
- master
12+
- develop
13+
- 'releases/**'
1514

1615
jobs:
1716
build:

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The **C**OVID-19 **H**ospital **I**mpact **M**odel for **E**pidemics
44

55
[![CHIME](https://user-images.githubusercontent.com/1069047/76693244-5e07e980-6638-11ea-9e02-1c265c86fd2b.gif)](http://predictivehealthcare.pennmedicine.org/chime)
66

7+
Try it out online at [penn-chime.phl.io](http://penn-chime.phl.io/)
8+
79
Interested in [contributing](https://codeforphilly.github.io/chime/CONTRIBUTING.html)?
810

911
Join our [Code For Philly](https://codeforphilly.org/projects/chime) project or our [Slack workspace](https://codeforphilly.org/chat) in the [#covid19-chime-penn](https://codeforphilly.org/chat/covid19-chime-penn) channel if you'd like to chat with us. We'd appreciate your [feedback](http://predictivehealthcare.pennmedicine.org/contact/).
@@ -14,3 +16,9 @@ Join our [Code For Philly](https://codeforphilly.org/projects/chime) project or
1416
- [Getting Started: Run Locally](https://codeforphilly.github.io/chime/getting-started/run-locally.html)
1517
- [Contributing: Overview](https://codeforphilly.github.io/chime/CONTRIBUTING.html)
1618
- [Contributing: Application Development](https://codeforphilly.github.io/chime/contributing/app-dev.html)
19+
20+
## Thanks
21+
22+
- Created by [Predictive Healthcare @ Penn Medicine](http://predictivehealthcare.pennmedicine.org/)
23+
- Project management provided by [Code for Philly](https://codeforphilly.org/)
24+
- Production hosting provided by [Linode Kubernetes Engine](https://www.linode.com/products/kubernetes/)

0 commit comments

Comments
 (0)