File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 77 - ./*.md
88 - LICENSE
99 - .circleci/*
10- - .gitlab-ci.yml
1110
1211jobs :
1312 test :
@@ -30,13 +29,13 @@ jobs:
3029 pip install awscli-local
3130
3231 - name : Deploy Preview
33- uses :
LocalStack/[email protected] .2 32+ uses :
LocalStack/[email protected] .4 3433 env :
3534 AWS_DEFAULT_REGION : us-east-1
3635 AWS_REGION : us-east-1
3736 AWS_ACCESS_KEY_ID : test
3837 AWS_SECRET_ACCESS_KEY : test
39- LOCALSTACK_API_KEY : ${{ secrets.LOCALSTACK_API_KEY }}
38+ LOCALSTACK_AUTH_TOKEN : ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
4039 with :
4140 github-token : ${{ secrets.GITHUB_TOKEN }}
4241 state-backend : ephemeral
4645 preview-cmd : |
4746 # Add your custom deployment commands here.
4847 # Below is an example for the Image resizer application.
49- bin/build_lambdas.sh && deployment/awslocal/deploy.sh
48+ bin/build_lambdas.sh && deployment/awslocal/deploy.sh
You can’t perform that action at this time.
0 commit comments