Skip to content

Commit

Permalink
Update config file location for Fly deployment (#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Nov 7, 2023
1 parent ade6a42 commit 56f006e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ processes = []

[env]
PORT = 5000
OPTIMADE_CONFIG_FILE = "./tests/test_config.json"

[experimental]
allowed_public_ports = []
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_updated_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
deploy-fly:
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
OPTIMADE_CONFIG_FILE: /app/tests/test_config.json
OPTIMADE_CONFIG_FILE: ./tests/test_config.json
OPTIMADE_BASE_URL: https://optimade.fly.dev
runs-on: ubuntu-latest
if: github.repository_owner == 'Materials-Consortia'
Expand Down

0 comments on commit 56f006e

Please sign in to comment.