Skip to content

Commit

Permalink
relative path for zip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispsheehan committed Jan 11, 2024
1 parent d6a4835 commit c0a8ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
id: action
run: |
cd tf
terraform apply -auto-approve -var function-stage=dev -var lambda-zip-path=/${{ env.app_zip_path }} --replace=aws_s3_object.lambda-zip
terraform apply -auto-approve -var function-stage=dev -var lambda-zip-path=../${{ env.app_zip_path }} --replace=aws_s3_object.lambda-zip
# get-url:
# needs: dev
Expand Down

0 comments on commit c0a8ec1

Please sign in to comment.