Skip to content

Commit 2dbd8a0

Browse files
committed
chore: use LOCAL_APP_SPEC_ZIP
1 parent 445c1f6 commit 2dbd8a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ lambda-create-version:
167167

168168
lambda-upload-bundle:
169169
#!/usr/bin/env bash
170-
APP_SPEC_ZIP="{{justfile_directory()}}/${APP_SPEC_KEY}"
170+
LOCAL_APP_SPEC_ZIP="{{justfile_directory()}}/appspec.zip"
171171
rm -f $APP_SPEC_ZIP
172172

173-
zip -q $APP_SPEC_ZIP $APP_SPEC_FILE
174-
aws s3 cp $APP_SPEC_ZIP "s3://${BUCKET_NAME}/${APP_SPEC_KEY}"
173+
zip -q $LOCAL_APP_SPEC_ZIP $APP_SPEC_FILE
174+
aws s3 cp $LOCAL_APP_SPEC_ZIP "s3://${BUCKET_NAME}/${APP_SPEC_KEY}"
175175

176176

177177
lambda-deploy:

0 commit comments

Comments
 (0)