Skip to content

Commit

Permalink
Add missing comma to netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMatteo committed Feb 14, 2024
1 parent 0fca2ff commit a72de18
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 a72de18

Please sign in to comment.