Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlieegan3/toolbelt-external-job-runner-northflank
External job runner for toolbelt that runs jobs in Northflank
https://github.com/charlieegan3/toolbelt-external-job-runner-northflank
Last synced: 15 days ago
JSON representation
External job runner for toolbelt that runs jobs in Northflank
- Host: GitHub
- URL: https://github.com/charlieegan3/toolbelt-external-job-runner-northflank
- Owner: charlieegan3
- Created: 2022-10-12T12:15:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T12:53:33.000Z (about 2 years ago)
- Last Synced: 2023-08-09T23:59:34.063Z (about 1 year ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toolbelt-external-job-runner-northflank
This is an extension for [toolbelt](https://github.com/charlieegan3/toolbelt) which provides the running of external
jobs in a northflank project.Example config to run `cmd/run.go`:
```go
northflank:
token: xxx.xxx...
job:
project_id: example
job_id: job-1
command: echo 1
env:
KEY: VALUE
```