From 34b9a68878bc87091ec55d45d8aa13da3fa47eba Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Fri, 19 Aug 2022 19:37:04 +0200 Subject: [PATCH] fix ci --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bdbf5df..2fea306 100644 --- a/.drone.yml +++ b/.drone.yml @@ -70,4 +70,4 @@ steps: - cd __sapper__/export - aws s3 sync --delete . s3://$S3_WEBUI_BUCKET - aws cloudfront create-invalidation --distribution-id $CF_DISTRIBUTION_ID --paths "/*" - - aws lambda update-function-code --function-name namegen_lambda --zip-file fileb://./code.zip + - aws lambda update-function-code --function-name namegen_lambda --zip-file fileb://$(pwd)code.zip