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 f2bd835
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: 🎈 Setup Fly
uses: superfly/flyctl-actions/setup-flyctl@master

- name: 🎈 set environments Fly
run: flyctl secrets set DOTENV_KEY=${{ secrets.DOTENV_KEY }}

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

0 comments on commit f2bd835

Please sign in to comment.