Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Sep 25, 2018
1 parent 6d016da commit be11428
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions deploy.sh
Expand Up @@ -4,15 +4,17 @@ region=${REGION}
bucket=${BUCKET}
secrets='/deploy/secrets/secrets.json'

cd /deploy

# REPLACE `XYZ` WITH YOUR KEYS
sls config credentials --provider aws --key ${SLS_KEY} --secret ${SLS_SECRET} --profile serverless-admin
# Configure your Serverless installation to talk to your AWS account
sls config credentials \
--provider aws \
--key ${SLS_KEY} \
--secret ${SLS_SECRET} \
--profile serverless-admin

# cd into functions dir
cd /deploy/functions

# Deploy code
# Deploy functions
echo "------------------"
echo 'Deploying function...'
echo "------------------"
Expand Down

0 comments on commit be11428

Please sign in to comment.