Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ ASSETS_URL='http://localhost:3011'
HTML_RENDERER_URL='http://localhost:3011'
REACT_APP_GOOGLE_TAG_MANAGER_ID=''
REACT_APP_API_ENDPOINT='http://localhost:3009'
REACT_APP_PLAUSIBLE_DATA_DOMAIN=''
REACT_APP_PLAUSIBLE_SOURCE=''
REACT_APP_ALLOWED_IFRAME_ORIGINS='http://localhost:3011,http://localhost:3012,http://classroom.localhost:3012'
3 changes: 0 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ jobs:
REACT_APP_API_ENDPOINT: "https://test-editor-api.raspberrypi.org"
PUBLIC_URL: "http://localhost:3011"
ASSETS_URL: "http://localhost:3011"
REACT_APP_PLAUSIBLE_SOURCE: ""
REACT_APP_ALLOWED_IFRAME_ORIGINS: "http://localhost:3011"

- name: Archive cypress artifacts
Expand All @@ -137,8 +136,6 @@ jobs:
react_app_authentication_url: https://auth-v1.raspberrypi.org
react_app_base_url: ""
react_app_google_tag_manager_id: GTM-5FWFWFJ
react_app_plausible_data_domain: "editor.raspberrypi.org"
react_app_plausible_source: "https://plausible.io/js/script.js"
react_app_sentry_dsn: https://a6d7b79c7a474a6499ace73acf792a83@o17504.ingest.sentry.io/4504055099621376
react_app_sentry_env: production
react_app_allowed_iframe_origins: "https://editor.raspberrypi.org,https://editor-static.raspberrypi.org,https://classroom.raspberrypi.org"
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ on:
required: false
default: ""
type: string
react_app_plausible_data_domain:
required: false
default: "staging-editor-static.raspberrypi.org"
type: string
react_app_plausible_source:
required: false
default: "https://staging-analytics.raspberrypi.org/js/plausible.js"
type: string
react_app_sentry_dsn:
required: false
default: "https://a6d7b79c7a474a6499ace73acf792a83@o17504.ingest.sentry.io/4504055099621376"
Expand Down Expand Up @@ -157,8 +149,6 @@ jobs:
REACT_APP_BASE_URL: ${{ needs.setup-environment.outputs.react_app_base_url }}
REACT_APP_COOKIEBOT_DOMAIN_GROUP_ID: ${{ inputs.react_app_cookiebot_domain_group_id }}
REACT_APP_GOOGLE_TAG_MANAGER_ID: ${{ inputs.react_app_google_tag_manager_id }}
REACT_APP_PLAUSIBLE_DATA_DOMAIN: ${{ inputs.react_app_plausible_data_domain }}
REACT_APP_PLAUSIBLE_SOURCE: ${{ inputs.react_app_plausible_source }}
REACT_APP_SENTRY_DSN: ${{ inputs.react_app_sentry_dsn }}
REACT_APP_SENTRY_ENV: ${{ inputs.react_app_sentry_env }}
REACT_APP_ALLOWED_IFRAME_ORIGINS: ${{ inputs.react_app_allowed_iframe_origins }}
Expand Down
Loading