Skip to content

Commit

Permalink
refactor: use sites/ as prefix and add script documenting it
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Aug 5, 2019
1 parent e6a21ca commit 41a7914
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Expand Up @@ -12,7 +12,7 @@
"args": [
"laddr",
"codeforphilly.org",
"--commit-to=imports/codeforphilly"
"--commit-to=sites/codeforphilly.org"
]
},
{
Expand All @@ -22,7 +22,7 @@
"program": "${workspaceFolder}/import.js",
"args": [
"matchmaker",
"--commit-to=imports/matchmaker"
"--commit-to=sites/codeforsanfrancisco.org"
]
}
]
Expand Down
7 changes: 7 additions & 0 deletions update-all.sh
@@ -0,0 +1,7 @@
#!/bin/bash -e

node ./import.js laddr codeforphilly.org --commit-to=sites/codeforphilly.org
node ./import.js laddr codeforcroatia.org --commit-to=sites/codeforcroatia.org
node ./import.js laddr brigade.opencharlotte.org --commit-to=sites/opencharlotte.org
node ./import.js laddr www.codeforcary.org --commit-to=sites/codeforcary.org
node ./import.js matchmaker --commit-to=sites/codeforsanfrancisco.org

0 comments on commit 41a7914

Please sign in to comment.