From eedbb9343ee215d116e6b9eaf940d771edfb5c0c Mon Sep 17 00:00:00 2001 From: Ziga Cernigoj Date: Thu, 19 Oct 2023 16:20:10 +0200 Subject: [PATCH] print zappa settings in deploy-testing github action --- .github/workflows/deploy_testing.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy_testing.yaml b/.github/workflows/deploy_testing.yaml index 1c29387b..a83bcb53 100644 --- a/.github/workflows/deploy_testing.yaml +++ b/.github/workflows/deploy_testing.yaml @@ -68,6 +68,10 @@ jobs: sed -i "s#@@USAGE_REPORTING_AUTH_CLIENT_SECRET_TESTING@@#${{ secrets.USAGE_REPORTING_AUTH_CLIENT_SECRET_TESTING }}#g" zappa_settings.json sed -i "s#@@LOGGING_LEVEL@@#$LOGGING_LEVEL_TESTING#g" zappa_settings.json + - name: print zappa settings + working-directory: ./rest + run: cat zappa_settings.json + - name: generate zappa_settings.py for docker image from zappa_settings.json working-directory: ./rest run: pipenv run zappa save-python-settings-file "$DEPLOYMENT_NAME"