Skip to content

Commit 8ff244d

Browse files
author
AI Assistant
committed
chore: setup staging environment
1 parent eeac2ab commit 8ff244d

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/deploy-staging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
bugsnag_release_stage: 'staging'
5555
s3_dir_path: 'staging/latest/v3'
5656
s3_dir_path_legacy: 'staging/latest/v1.1'
57+
base_cdn_url: 'https://cdn.staging.rudderlabs.com'
5758
use_pr_head_sha: true
5859
trigger_source: ${{ needs.get-deploy-inputs.outputs.trigger_source }}
5960
monorepo_release_version: ${{ needs.get-deploy-inputs.outputs.release_version }}
@@ -77,6 +78,7 @@ jobs:
7778
trigger_source: ${{ needs.get-deploy-inputs.outputs.trigger_source }}
7879
monorepo_release_version: ${{ needs.get-deploy-inputs.outputs.release_version }}
7980
release_ticket_id: ${{ needs.get-deploy-inputs.outputs.release_ticket_id }}
81+
base_cdn_url: 'https://cdn.staging.rudderlabs.com'
8082
secrets:
8183
AWS_ACCOUNT_ID: ${{ secrets.AWS_STAGING_ACCOUNT_ID }}
8284
AWS_S3_BUCKET_NAME: ${{ secrets.AWS_STAGING_S3_BUCKET_NAME }}

.memorybank/04_git_workflow_cicd.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ The base URL for the sanity suite is `https://cdn.rudderlabs.com/sanity-suite/`.
8989
- `https://cdn.rudderlabs.com/sanity-suite/v1.1/npm/index.html`
9090
- All suites webpage: `https://cdn.rudderlabs.com/sanity-suite/all/index.html`
9191
- Staging:
92-
- `https://cdn.rudderlabs.com/sanity-suite/staging/v3/cdn/index.html`
93-
- `https://cdn.rudderlabs.com/sanity-suite/staging/v3/npm/index.html`
94-
- `https://cdn.rudderlabs.com/sanity-suite/staging/v1.1/cdn/index.html`
95-
- `https://cdn.rudderlabs.com/sanity-suite/staging/v1.1/npm/index.html`
96-
- All suites webpage: `https://cdn.rudderlabs.com/sanity-suite/staging/all/index.html`
92+
- `https://cdn.staging.rudderlabs.com/sanity-suite/staging/v3/cdn/index.html`
93+
- `https://cdn.staging.rudderlabs.com/sanity-suite/staging/v3/npm/index.html`
94+
- `https://cdn.staging.rudderlabs.com/sanity-suite/staging/v1.1/cdn/index.html`
95+
- `https://cdn.staging.rudderlabs.com/sanity-suite/staging/v1.1/npm/index.html`
96+
- All suites webpage: `https://cdn.staging.rudderlabs.com/sanity-suite/staging/all/index.html`
9797
- Beta:
9898
- `https://cdn.rudderlabs.com/sanity-suite/beta/{identifier}/v3/cdn/index.html`
9999
- `https://cdn.rudderlabs.com/sanity-suite/beta/{identifier}/v3/npm/index.html`

0 commit comments

Comments
 (0)