Skip to content
Snippets Groups Projects
Verified Commit f88f0811 authored by Alex Timmermann's avatar Alex Timmermann
Browse files

Merge branch 'main' into production

parents f97d9edb 2be6e674
No related branches found
Tags release/1.46.0
No related merge requests found
......@@ -2,4 +2,4 @@ export HOLI_LIBRETRANSLATE_BASE_URL=http://localhost:5000
export REDIS_HOST=localhost
export REDIS_PORT=6380
export REDIS_PASSWORD=
export REDIS_DB=
export REDIS_DB=1
......@@ -13,7 +13,7 @@ variables:
.deploy:
image:
name: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/hashicorp/terraform:1.9.8'
name: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/hashicorp/terraform:1.10.5'
entrypoint: ['/bin/sh', '-c']
variables:
ENVIRONMENT_ID: $CI_ENVIRONMENT_SLUG
......@@ -91,6 +91,9 @@ staging_trigger_unified-api_redeployment:
trigger:
project: 'app/holi-unified-api'
branch: 'main'
forward:
yaml_variables: false
pipeline_variables: false
only:
- main
resource_group: unified-api-staging
......@@ -121,6 +124,9 @@ production_trigger_unified-api_redeployment:
trigger:
project: 'app/holi-unified-api'
branch: 'production'
forward:
yaml_variables: false
pipeline_variables: false
only:
- production
resource_group: unified-api-production
1.9.8
1.10.5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment