diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7b87182..e17e7c3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,6 +60,9 @@ jobs: cloud.aws.storage.endpoint: ${{ secrets.S3_ENDPOINT }} cloud.aws.storage.bucket: ${{ secrets.S3_BUCKET }} + - name: Display application.yml + run: cat dodam-application/dodam-rest-api/src/main/resources/application.yml + - name: Set Firebase key file id: create-json uses: jsdaniell/create-json@v1.2.2