Skip to content

Commit

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

0 comments on commit 0382eca

Please sign in to comment.