File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://developers.cloudflare.com/pages/platform/pages-json-schema.json" ,
33 "build" : {
4- "command" : " npm run build" ,
4+ "command" : " npm install && npm run build" ,
55 "cwd" : " docs" ,
6- "destination_dir" : " build"
6+ "destination_dir" : " docs/ build"
77 }
88}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ uv run infrahubctl object load data/bootstrap --branch main
4444uv run infrahubctl object load data/security/ --branch main
4545
4646# Add demo repository
47- uv run infrahubctl repository add DEMO https://github.com/petercrocker /infrahub-demo.git --read-only
47+ uv run infrahubctl repository add DEMO https://github.com/opsmill /infrahub-demo.git --read-only
4848
4949# Load event actions (optional)
5050uv run infrahubctl object load data/events/ --branch main
@@ -261,7 +261,7 @@ uv run infrahubctl object load data/bootstrap
261261uv run infrahubctl object load data/security/
262262
263263# 6. Add repository
264- uv run infrahubctl repository add DEMO https://github.com/petercrocker /infrahub-demo.git --read-only
264+ uv run infrahubctl repository add DEMO https://github.com/opsmill /infrahub-demo.git --read-only
265265
266266# 7. Load event actions (optional)
267267uv run infrahubctl object load data/events/
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ echo "Load security data"
1414uv run infrahubctl object load data/security/ --branch $BRANCH
1515
1616echo " Add demo repository"
17- uv run infrahubctl repository add DEMO https://github.com/petercrocker /infrahub-demo.git --ref main --read-only
17+ uv run infrahubctl repository add DEMO https://github.com/opsmill /infrahub-demo.git --ref main --read-only
1818
1919echo " Add event actions"
2020sleep 15
Original file line number Diff line number Diff line change 11echo " Add demo repository"
2- uv run infrahubctl repository add DEMO https://github.com/petercrocker /infrahub-demo.git --ref main --read-only
2+ uv run infrahubctl repository add DEMO https://github.com/opsmill /infrahub-demo.git --ref main --read-only
You can’t perform that action at this time.
0 commit comments