Skip to content

Commit

Permalink
changed api to server in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwillmcleod committed Mar 11, 2024
1 parent f931780 commit 7930778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --config fly.production.toml
working-directory: ./api
working-directory: ./server
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_PRODUCTION_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --config fly.staging.toml
working-directory: ./api
working-directory: ./server
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_STAGING_API_TOKEN }}

0 comments on commit 7930778

Please sign in to comment.