Skip to content

Commit

Permalink
fix build issue on netlifty
Browse files Browse the repository at this point in the history
  • Loading branch information
horatiorosa committed Mar 7, 2024
1 parent c240053 commit 4e45539
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 4e45539

Please sign in to comment.