Skip to content

Commit

Permalink
Push netlify.toml fix to staging. (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMatteo authored Feb 14, 2024
1 parent e0bf975 commit 8dbe4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ command = "yarn build --environment=staging"

[context.carto-staging]
command = "yarn build --environment=carto-staging"
environment = { CARTO_USERNAME = "dcpadmin" API_URL = "https://factfinder-api-carto-staging.herokuapp.com" }
environment = { CARTO_USERNAME = "dcpadmin", API_URL = "https://factfinder-api-carto-staging.herokuapp.com" }

[context.deploy-preview]
environment = { API_URL = "https://factfinder-api-staging.herokuapp.com" }
Expand Down

0 comments on commit 8dbe4f9

Please sign in to comment.