Skip to content

Commit

Permalink
remove redundant env from deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
opiruyan committed Dec 7, 2023
1 parent 938ab98 commit b0627e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ jobs:
- name: 🚀 Deploy Production
run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
DOTENV_KEY: ${{ secrets.DOTENV_KEY }}
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit b0627e2

Please sign in to comment.