Skip to content

Commit

Permalink
Create entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul A.T. Wilson authored May 3, 2020
1 parent f8bac88 commit 57af01d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

aws configure set region eu-west-2 --profile dev-deploy
aws configure set profile.dev-deploy.aws_access_key_id "${AWS-ACCESS-KEY-ID}"
aws configure set profile.dev-deploy.aws_secret_access_key "${AWS-SECRET-ACCESS-KEY}"
npm i -g serverless
serverless deploy --stage dev

0 comments on commit 57af01d

Please sign in to comment.