Skip to content

Commit

Permalink
Inspect .env file in prod.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregschmit committed Apr 6, 2024
1 parent 8ff0ae8 commit 73e101a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 73e101a

Please sign in to comment.