Skip to content

Commit

Permalink
Fix missing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 16, 2024
1 parent 89661a2 commit a2a0508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
KAMAL_REGISTRY_USERNAME: ${{ github.actor }}
R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
R2_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}
AI_SERVER_APIKEY: ${{ secrets.AI_SERVER_APIKEY }}

# Standard steps for building and deploying a .NET app via Kamal
jobs:
Expand Down
1 change: 1 addition & 0 deletions .kamal/secrets
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ KAMAL_REGISTRY_USERNAME=$KAMAL_REGISTRY_USERNAME

R2_ACCESS_KEY_ID=$R2_ACCESS_KEY_ID
R2_SECRET_ACCESS_KEY=$R2_SECRET_ACCESS_KEY
AI_SERVER_APIKEY=$AI_SERVER_APIKEY

# Option 2: Read secrets via a command
# RAILS_MASTER_KEY=$(cat config/master.key)
Expand Down

0 comments on commit a2a0508

Please sign in to comment.