Skip to content

Commit

Permalink
updates 2024-07-08 - action bugf fix .1
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Jul 8, 2024
1 parent 578eeb0 commit b8677fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lambda_zipper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
aws-region: "eu-west-2"

- name: Upload to S3
run: aws s3 cp lambda_jobs.zip s3://${{ secrets.S3_BUCKET_NAME }}/lambda_jobs.zip
run: |
cd ./herding_cats_pipelines/lambda_jobs
aws s3 cp lambda_jobs.zip s3://${{ secrets.S3_BUCKET_NAME }}/lambda_jobs.zip

0 comments on commit b8677fb

Please sign in to comment.