Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed Nov 5, 2024
1 parent 804934e commit 34fa594
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/architecture/workflow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,9 @@ TSV files for explorers are created using the `create_explorer` function, usuall
ds_explorer = create_explorer(dest_dir=dest_dir, config=config, df_graphers=df_graphers)
ds_explorer.save()
```

!!! info "Creating explorers on staging servers"

Explorers can be created / edited on staging servers and then manually migrated to production. Every staging server creates a branch in the `owid-content` repository. Editing explorers in Admin or running `create_explorer` function pushes changes to that branch. Once the PR is merged, the branch gets pushed as to `owid-content` repository (not to the `master` branch, but its own branch). You then have to manually
create a PR from that branch and merge it to `master`.
Explorers can be created or edited on staging servers and then manually migrated to production. Each staging server creates a branch in the `owid-content` repository. Editing explorers in Admin or running the `create_explorer` function pushes changes to that branch. Once the PR is merged, the branch gets pushed to the `owid-content` repository (not to the `master` branch, but its own branch). You then need to manually create a PR from that branch and merge it into `master`.


### Creating multi-dimensional indicators
Expand Down

0 comments on commit 34fa594

Please sign in to comment.