Skip to content

Commit

Permalink
docs: Fix link and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Dec 2, 2024
1 parent 08429fe commit e3b4d37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ make build
```sh
export N8N_RUNNERS_ENABLED=true
export N8N_RUNNERS_MODE=external
export N8N_RUNNERS_AUTH_TOKEN=... # i.e. random string
export N8N_RUNNERS_AUTH_TOKEN=... # random string
pnpm start
```

6. Start launcher:

```sh
export N8N_RUNNERS_AUTH_TOKEN=... # i.e. same string as in step 5
export N8N_RUNNERS_AUTH_TOKEN=... # same string as in step 5
make run
```

Expand Down
2 changes: 1 addition & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git push origin v1.2.0

2. Publish a [GitHub release](https://github.com/n8n-io/task-runner-launcher/releases/new) with the tag.

The [`release` workflow](./.github/workflows/release.yml) will build binaries for arm64 and amd64 and upload them to the release in the [releases page](https://github.com/n8n-io/task-runner-launcher/releases).
The [`release` workflow](../.github/workflows/release.yml) will build binaries for arm64 and amd64 and upload them to the release in the [releases page](https://github.com/n8n-io/task-runner-launcher/releases).

> [!WARNING]
> Mark the GitHub release as `latest` and NOT as `pre-release` or the `release` workflow will not run.
Expand Down
6 changes: 3 additions & 3 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Task runner config fields:
- Optionally, configure [Sentry error tracking](https://docs.sentry.io/platforms/go/configuration/options/) with these env vars:

- `SENTRY_DSN`
- `DEPLOYMENT_NAME` : Mapped to `ServerName`
- `ENVIRONMENT` : Mapped to `Environment`
- `N8N_VERSION` : Mapped to `Release`
- `DEPLOYMENT_NAME`: Mapped to `ServerName`
- `ENVIRONMENT`: Mapped to `Environment`
- `N8N_VERSION`: Mapped to `Release`

4. Run the launcher:

Expand Down

0 comments on commit e3b4d37

Please sign in to comment.