Skip to content

Commit e4752bc

Browse files
committed
Removed deprecated deploy workflow and references; updated staging and production workflows to use the main deploy workflow path.
1 parent db7b697 commit e4752bc

4 files changed

Lines changed: 2 additions & 111 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 105 deletions
This file was deleted.

.github/workflows/production-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
default: '5'
3535
jobs:
3636
deploy:
37-
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@deploy-request
37+
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
3838
with:
3939
template-repository-name: 'lambda-feedback/evaluation-function-boilerplate-python'
4040
build-file: "app/Dockerfile"

.github/workflows/staging-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if-no-files-found: warn
6060
deploy:
6161
needs: test
62-
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@deploy-request
62+
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
6363
with:
6464
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
6565
build-file: "app/Dockerfile"

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ shimmy -c "python" -a "-m" -a "evaluation_function.main" -i ipc
102102
### Repository Structure
103103

104104
```bash
105-
.github/workflows/
106-
build.yml # builds the public evaluation function image
107-
deploy.yml # deploys the evaluation function to Lambda Feedback
108-
109105
evaluation_function/main.py # evaluation function entrypoint
110106
evaluation_function/evaluation.py # evaluation function implementation
111107
evaluation_function/evaluation_test.py # evaluation function tests

0 commit comments

Comments
 (0)