mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-01 03:02:15 +00:00
[skip-ci] Add bin build instructions
This commit is contained in:
parent
281c5239eb
commit
28c8a31643
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ Since then the NZ Ministry of Health have released an API containing this data n
|
|||
## Config
|
||||
Copy .env.example to .env and fill in the webhook URLs
|
||||
|
||||
### Prod/Binary build (linux x86_64)
|
||||
Download the latest job artifact from CI/CD > Job page
|
||||
create `.env` from `.env.example` in same directory as binary
|
||||
Run binary `./nzcovidbot`
|
||||
|
||||
### Run locally
|
||||
```
|
||||
go run cmd/nzcovidbot/*.go
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue