Skip to content

Commit

Permalink
Add production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Sep 20, 2023
1 parent ad11309 commit 8a43045
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ jobs:
- run: flyctl deploy #--remote-only
env:
FLY_API_TOKEN: ${{ secrets.DEV_FLY_API_TOKEN }}

production:
name: Deploy to production
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@1.4
- run: flyctl deploy -a vss #--remote-only
env:
FLY_API_TOKEN: ${{ secrets.PROD_FLY_API_TOKEN }}

0 comments on commit 8a43045

Please sign in to comment.