Skip to content

Commit

Permalink
ops: deploy v1.0.1-bd3d53a version
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Nov 5, 2023
1 parent bd3d53a commit f24d559
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0.1-5dc7b49
tag_version: v1.0.1-bd3d53a

tasks:
build-version:
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.0.1-5dc7b49"
tag_version = "v1.0.1-bd3d53a"
}
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.0.1-5dc7b49"
tag_version = "v1.0.1-bd3d53a"
debug = true
}

Expand Down

0 comments on commit f24d559

Please sign in to comment.