Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Ragsdale authored Nov 3, 2019
1 parent 648d5ac commit d60c236
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ echo "[default]
output = text
region = $AWS_REGION" > ~/.aws/config

echo "Installing packages"
for d in */ ; do
cd $d && npm install --no-package-lock && cd ..
done
# echo "Installing packages"
# for d in */ ; do
# cd $d && npm install --no-package-lock && cd ..
# done

aws cloudformation package --template-file $TEMPLATE --output-template-file serverless-output.yaml --s3-bucket $AWS_DEPLOY_BUCKET $AWS_BUCKET_PREFIX $FORCE_UPLOAD $USE_JSON
aws cloudformation deploy --template-file serverless-output.yaml --stack-name $AWS_STACK_NAME $CAPABILITIES $PARAMETER_OVERRIDES

0 comments on commit d60c236

Please sign in to comment.