Skip to content

Commit

Permalink
end test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermann90 committed Nov 5, 2024
1 parent 16b61c6 commit 4ada117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
destroy:
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch'
environment: Prod-manual

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variable "region" {
variable "bucket_name" {
type = string
description = "The name of the your bucket"
default = "hermann90bucket" # replace here by the name of your bucket
default = "hermann90bucket1" # replace here by the name of your bucket
}

variable "cp-path" {
Expand Down

0 comments on commit 4ada117

Please sign in to comment.