Skip to content

Commit

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

tasks:
build-version:
Expand Down
6 changes: 3 additions & 3 deletions autogit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Generated by autogit version: v2.0.1
# # uncomment settings u wish to override
#
# changelog:
# REPOSITORY_OWNER: REPOSITORY_OWNER
# REPOSITORY_NAME: REPOSITORY_NAME
changelog:
REPOSITORY_OWNER: darklab8
REPOSITORY_NAME: darklab_darkbot
# # templating lines used to form changelog. Replace REPOSITORY_OWNER and REPOSITORY_NAME with your own values
# commitUrl: "https://github.com/{{.REPOSITORY_OWNER}}/{{.REPOSITORY_NAME}}/commit/{{.CommitHash}}"
# commitRangeUrl: "https://github.com/{{.REPOSITORY_OWNER}}/{{.REPOSITORY_NAME}}/compare/{{.From}}...{{.To}}?diff=split"
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-bd3d53a"
tag_version = "v1.0.1-069b420"
}
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-bd3d53a"
tag_version = "v1.0.1-069b420"
debug = true
}

Expand Down

0 comments on commit a0279aa

Please sign in to comment.