Skip to content

Commit

Permalink
set Fly DOTENV_KEY secret
Browse files Browse the repository at this point in the history
  • Loading branch information
opiruyan committed Dec 7, 2023
1 parent 60e6a5f commit 938ab98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- name: 🎈 Setup Fly
uses: superfly/flyctl-actions/setup-flyctl@master

- name: 🔐 set environments in Fly
run: flyctl secrets set DOTENV_KEY=${{ secrets.DOTENV_KEY }}
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

- name: 🚀 Deploy Production
run: flyctl deploy --remote-only
env:
Expand Down

0 comments on commit 938ab98

Please sign in to comment.