Skip to content

Commit ffc3e0d

Browse files
committed
doc: Update the readme
1 parent a6dd3e8 commit ffc3e0d

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,11 @@ obelisk server verify \
5151
--skip-db
5252
```
5353

54-
Apply it to a running local server:
55-
54+
Run it
5655
```sh
57-
obelisk deployment apply deployment.toml
56+
obelisk server run --deployment deployment.toml
5857
```
5958

6059
With the default server configuration, the dashboard is available at
6160
<http://127.0.0.1:9090/>.
6261

63-
## Automation
64-
65-
- `check.yml` regenerates `dev-deps.txt` and fails if it is stale.
66-
- `sync-flake-lock.yml` copies `flake.lock` from Obelisk's `latest` branch,
67-
regenerates `dev-deps.txt`, and opens a pull request.
68-
69-
The sync workflow requires the repository secret `GH_TOKEN_PR_RW` with
70-
permission to push a branch and open a pull request.

0 commit comments

Comments
 (0)