You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The system will also need to update thefy_source so CI knows which site to build and deploy (It'd also be nice if this source name was reflected in the 'git commit' comment above):
Note: This is lower priority than the integrity of the JSON source.
These commands only need to be run once:
git clone https://github.com/CityOfBoston/budget.boston.gov.gitgit checkout -b budgetsoftThen every time a change is made to the appropriate
_sourcesub-folder (https://github.com/CityOfBoston/budget.boston.gov/tree/develop/_source), run:git add -Agit commit -m "New JSON source."git push https://budgetsoftobm:YOUR_PASSWORD@https://github.com/CityOfBoston/budget.boston.gov.git budgetsoftThe system will also need to update the
fy_sourceso CI knows which site to build and deploy (It'd also be nice if this source name was reflected in the 'git commit' comment above):