File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,13 @@ jobs:
5656 - name : Configure AWS Credentials
5757 uses : aws-actions/configure-aws-credentials@v1
5858 with :
59- aws-access-key-id : ${{ secrets .AWS_ACCESS_KEY_ID }}
59+ aws-access-key-id : ${{ env .AWS_ACCESS_KEY_ID }}
6060 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
6161 aws-region : ap-southeast-2
6262
6363 - name : Serverless Deploy ....
6464 env :
65- ENABLE_METRICS : 1
66- COLOR_SCALE_NORMALISATION : LIN
65+ ENABLE_METRICS : 0
6766 run : |
6867 if [[ "${{github.base_ref}}" == "main" || "${{github.ref}}" == 'refs/heads/main' ]]; then
6968 STAGE=prod npm run-script deploy
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ package:
2323 - db.sqlite3
2424 - _sqlite3.cpython-310-x86_64-linux-gnu.so
2525 - nzshm_model_graphql_api/**
26- - nshm/**
27- - pipeline/**
28- - staticfiles/**
2926
3027custom :
3128 # serverless-wsgi settings
You can’t perform that action at this time.
0 commit comments