Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Automatic Deployment to GitHub #273

Open
jimafisk opened this issue Mar 20, 2018 · 0 comments
Open

Automatic Deployment to GitHub #273

jimafisk opened this issue Mar 20, 2018 · 0 comments

Comments

@jimafisk
Copy link
Contributor

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.git
  • git checkout -b budgetsoft

Then every time a change is made to the appropriate _source sub-folder (https://github.com/CityOfBoston/budget.boston.gov/tree/develop/_source), run:

  • git add -A
  • git commit -m "New JSON source."
  • git push https://budgetsoftobm:YOUR_PASSWORD@https://github.com/CityOfBoston/budget.boston.gov.git budgetsoft

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):

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant