Skip to content

Commit

Permalink
deploy middleware to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 12, 2024
1 parent cd718fb commit d6ebc04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-ocr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
shell: bash
id: set_tag
run: |
USER_INPUT=""
USER_INPUT="fa1b599d864865dda07d564a113928f48eaaf163"
echo "docker_tag=$(
#this gives a new sha as default if dispatch input is empty
echo ${USER_INPUT:-"${{ github.sha }}"}
Expand Down
2 changes: 1 addition & 1 deletion ops/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module "middleware_api" {
POSTGRES_DB = module.database.postgres_db_name
POSTGRES_USER = module.database.postgres_user
POSTGRES_PASSWORD = module.vault.postgres_password
WEBSITES_CONTAINER_START_TIME_LIMIT = 500
WEBSITES_CONTAINER_START_TIME_LIMIT = 400
DEBUG = true
}

Expand Down

0 comments on commit d6ebc04

Please sign in to comment.