File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ if [ ! -f sumo_app_utils.zip ]; then
21
21
pip3 install requests -t .
22
22
pip3 install retrying -t .
23
23
cp -v ../src/* .py .
24
- zip -r ../sumo_app_utils1 .zip .
24
+ zip -r ../sumo_app_utils .zip .
25
25
cd ..
26
26
rm -r python
27
27
fi
28
28
29
29
version=" 2.0.15"
30
30
31
- # aws s3 cp sumo_app_utils.zip s3://$SAM_S3_BUCKET/sumo_app_utils/v"$version"/sumo_app_utils.zip --region $AWS_REGION --acl public-read
31
+ aws s3 cp sumo_app_utils.zip s3://$SAM_S3_BUCKET /sumo_app_utils/v" $version " /sumo_app_utils.zip --region $AWS_REGION --acl public-read
32
32
33
- # sam package --template-file sumo_app_utils.yaml --s3-bucket $SAM_S3_BUCKET --output-template-file packaged_sumo_app_utils.yaml --s3-prefix "sumo_app_utils/v"$version --region $AWS_REGION --profile $AWS_PROFILE
33
+ sam package --template-file sumo_app_utils.yaml --s3-bucket $SAM_S3_BUCKET --output-template-file packaged_sumo_app_utils.yaml --s3-prefix " sumo_app_utils/v" $version --region $AWS_REGION --profile $AWS_PROFILE
34
34
35
- # sam publish --template packaged_sumo_app_utils.yaml --region $AWS_REGION --semantic-version $version
35
+ sam publish --template packaged_sumo_app_utils.yaml --region $AWS_REGION --semantic-version $version
36
36
37
37
# sam deploy --template-file packaged_sumo_app_utils.yaml --stack-name testingsumoapputils --capabilities CAPABILITY_IAM --region $AWS_REGION
38
38
You can’t perform that action at this time.
0 commit comments