Skip to content

Commit

Permalink
I guess we're supposed to do this now
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Aug 4, 2023
1 parent 1f50708 commit 4bfb376
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3

- name: 🚀 Deploy Production
uses: superfly/flyctl-actions@1.3
with:
args: 'deploy --remote-only'
- name: 🎈 Setup Fly
uses: superfly/flyctl-actions/setup-flyctl@v1.4

- name: 🚀 Deploy
run: flyctl deploy --remote-only
working-directory: ./scripts/deployed
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_PROJECT_PATH: './scripts/deployed'

0 comments on commit 4bfb376

Please sign in to comment.