Skip to content

Commit 767ee35

Browse files
committed
Merge branch 'master' of github.com:algorithmiaio/githubactions-modeldeployment-template
2 parents c2c0389 + ee18d86 commit 767ee35

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/algorithmia_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
ref: ${{github.sha}}
1616
- name: Deploy Model to Algorithmia
17-
uses: algorithmiaio/algorithmia-modeldeployment-action@master
17+
uses: algorithmiaio/algorithmia-modeldeployment-action@1.0.0
1818
env:
1919
HEAD_COMMIT_MSG: ${{ github.event.head_commit.message }}
2020
with:

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Template ML Repository for Continous Deployment to Algorithmia via Github Actions
1+
# Template ML Repository for Continuous Deployment to Algorithmia via Github Actions
22

33
This is a template ML repository to get started with [Algorithmia Model Deployment Github Action](https://github.com/algorithmiaio/algorithmia-modeldeployment-action) integration, containing some necessary pieces of the integration as a starter kit.
44

@@ -8,12 +8,14 @@ After you create an algorithm on Algorithmia as the scalable inference endpoint
88

99

1010
## Template Repo Contents
11-
11+
![](images/contents.png)
1212

1313
## Fitting With Organizational Responsibilities
14+
Thinking about fitting this automation into mature organizations' workflows, and how it will play out for teams with separate concerns and responsibilities, the template repository can act as a starter kit for the DevOps or the IT teams. After configuring this starter repository with necessary inputs, they can hand it off to the data science team so that they can start working on it and continuously deploy their artifacts to Algorithmia, as they iterate.
15+
![](images/responsibilities.png)
1416

1517
## Example usages
16-
Check out the two example ML repos that incorporate this Github Action to continuously deploy
18+
Check out the two example ML repos that take this template repository as a starter and integrate the Algorithmia Github Action to continuously deploy
1719
* [to an Algorithmia algorithm backed by Algorithmia](https://github.com/algorithmiaio/githubactions-modeldeployment-demo-algorithmiaalgo)
1820
* [to an Algorithmia algorithm backed by Github](https://github.com/algorithmiaio/githubactions-modeldeployment-demo-githubalgo)
1921

0 commit comments

Comments
 (0)