Skip to content

Commit

Permalink
ops: deploy v1.5.0 vers
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Nov 25, 2023
1 parent 6ab6c1c commit c1775c3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"

env:
tag_version: v1.4.0
tag_version: v1.5.0

tasks:
build-version:
Expand Down
9 changes: 6 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ Darkbot repeatedly updates information to discord channel
- You must be Server owner or having `bot_controller` role in order to command the bot.
- add to some channel by writing `. connect`
- get help which commands are available by `. --help` or requesting help on sub commands `. base --help`
- add base tag for tracking `. base add Research Station`
- confirm it was added `. base list`
- add base tag for tracking `. base tags add Research Station`
- confirm it was added `. base tags list`
- in around 20 seconds you should see rendered and constantly updated view at this channel

![](index_assets/base_render.png)

- remove tag by `. base remove Research Station` or by `. base clear`
- remove tag by `. base remove Research Station` or by `. base tags clear`

See other documentation in [Darkbot forum posts](https://discoverygc.com/forums/showthread.php?tid=188040)
- it has documented new appeared features and commands

# Features

Expand Down
2 changes: 1 addition & 1 deletion infra/tf/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ module "darkbot" {
configurator_dbname = "production"
consoler_prefix = "."
secrets = local.secrets
tag_version = "v1.4.0"
tag_version = "v1.5.0"
}
2 changes: 1 addition & 1 deletion infra/tf/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module "darkbot" {
configurator_dbname = "staging"
consoler_prefix = ","
secrets = local.secrets
tag_version = "v1.4.0"
tag_version = "v1.5.0"
debug = false
}

Expand Down

0 comments on commit c1775c3

Please sign in to comment.