Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completely disable GCS upload on old platform #970

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions terraform/workspace-variables/app_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ defaults: &defaults
EDITOR: vi
# Service Down
MAINTENANCE: true
DASHBOARD_UPDATE: false

# ey-recovery
production:
Expand All @@ -23,7 +24,6 @@ production:
HOTJAR_SITE_ID: 3169682
# jobs
GOOGLE_CLOUD_BUCKET: eyfs-recovery-production
# DASHBOARD_UPDATE: false

# ey-recovery-staging
staging:
Expand All @@ -35,7 +35,6 @@ staging:
CONTENTFUL_PREVIEW: true
# jobs
GOOGLE_CLOUD_BUCKET: eyfs-data-dashboard-staging
DASHBOARD_UPDATE: false

# ey-recovery-dev
development:
Expand All @@ -46,13 +45,11 @@ development:
CONTENTFUL_PREVIEW: true
# jobs
GOOGLE_CLOUD_BUCKET: eyfs-data-dashboard-development
DASHBOARD_UPDATE: false

# ey-recovery-content
content:
<<: *defaults
# jobs
DASHBOARD_UPDATE: false
# DASHBOARD_UPDATE_INTERVAL: '*/5 * * * *' # every 5 mins (default: daily at noon)
# cms
CONTENTFUL_ENVIRONMENT: training
Expand Down
Loading