There was an error while loading. Please reload this page.
1 parent a6dd3e8 commit ffc3e0dCopy full SHA for ffc3e0d
1 file changed
README.md
@@ -51,20 +51,11 @@ obelisk server verify \
51
--skip-db
52
```
53
54
-Apply it to a running local server:
55
-
+Run it
56
```sh
57
-obelisk deployment apply deployment.toml
+obelisk server run --deployment deployment.toml
58
59
60
With the default server configuration, the dashboard is available at
61
<http://127.0.0.1:9090/>.
62
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