Skip to content

Commit

Permalink
fix s3 cloudformation deploy
Browse files Browse the repository at this point in the history
Forgot trailing slash
  • Loading branch information
p-galligan committed Nov 18, 2024
1 parent e18513a commit d9d09f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: aws s3 cp $LAMBDA_NAME.zip s3://$LAMBDA_BUCKET_NAME/$LAMBDA_NAME.zip

- name: Upload file to CloudFormation S3
run: aws s3 cp digitization_tasks_template.yaml s3://$AWS_CLOUDFORMATION_BUCKET_NAME/$LAMBDA_NAME
run: aws s3 cp digitization_tasks_template.yaml s3://$AWS_CLOUDFORMATION_BUCKET_NAME/$LAMBDA_NAME/

- name: Deploy lambda package
run: aws lambda update-function-code
Expand Down

0 comments on commit d9d09f9

Please sign in to comment.