Skip to content

Commit cfb4e3b

Browse files
committed
Added lfs flags to reusable deploy workflows
1 parent f00c61d commit cfb4e3b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/production-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
environment: "production"
102102
version-bump: ${{ inputs.version-bump }}
103103
branch: ${{ inputs.branch }}
104+
lfs: true
104105
secrets:
105106
aws-key-id: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_ID }}
106107
aws-secret-key: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_SECRET}}

.github/workflows/staging-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
lfs: true
2929
- name: pull lfs files
3030
run: git lfs pull
31+
- name: Verify LFS files
32+
run: git lfs ls-files
3133
- name: Set up Python ${{ matrix.python-version }}
3234
id: python-setup
3335
uses: actions/setup-python@v5
@@ -88,6 +90,7 @@ jobs:
8890
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
8991
build-platforms: "aws"
9092
environment: "staging"
93+
lfs: true
9194
secrets:
9295
aws-key-id: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_ID }}
9396
aws-secret-key: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_SECRET}}

0 commit comments

Comments
 (0)