Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Guria committed Oct 17, 2022
1 parent 43526ab commit c7702a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/shop-frontend-app/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ custom:
scriptable:
hooks:
before:package:createDeploymentArtifacts: |
aws apigateway get-export --parameters extensions='apigateway' --rest-api-id ${param:apiGatewayRestApiId} --stage-name dev --export-type swagger public/swagger.json
aws apigateway get-export --parameters extensions='apigateway' --rest-api-id ${param:apiGatewayRestApiId} --stage-name ${sls:stage} --export-type swagger public/swagger.json
echo "_CONFIG_ = {BASE_URL: \"${param:productsApiServiceEndpoint}\"}" > public/config.js
npm run build

Expand Down

0 comments on commit c7702a7

Please sign in to comment.