Skip to content

Commit

Permalink
Merge pull request #91 from serlo/deploy-db-migration-link-change
Browse files Browse the repository at this point in the history
db-migration: deploy course links adjusts
  • Loading branch information
hugotiburtino authored Jul 4, 2024
2 parents 64931ca + 514958d commit 5ef5dfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion envs/staging/api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
image_tags = {
database_layer = "0.3.80-staging.0"
server = "staging"
api_db_migration = "1.1.0-staging.2"
api_db_migration = "1.1.0-staging.3"
}
}
}
Expand Down
5 changes: 2 additions & 3 deletions modules/api/server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ variable "serlo_org_database_url" {
}

variable "google_service_account" {
description = "Google service account key"
type = string
sensitive = true
type = string
sensitive = true
}

variable "secrets" {
Expand Down

0 comments on commit 5ef5dfa

Please sign in to comment.