diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 240004d..3303a47 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -71,6 +71,8 @@ jobs: bundler-cache: true - name: Write out .env file run: echo "PRODUCTION_KEY=${{ secrets.PRODUCTION_KEY }}" > .env + - name: Display .env file + run: cat .env - name: Build and deploy using Kamal env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}