diff --git a/.github/workflows/publish-live.yml b/.github/workflows/publish-website.yml similarity index 88% rename from .github/workflows/publish-live.yml rename to .github/workflows/publish-website.yml index 2dc6c75cbf..2f5e4fca79 100644 --- a/.github/workflows/publish-live.yml +++ b/.github/workflows/publish-website.yml @@ -1,9 +1,9 @@ -name: Publish Live Website +name: Publish website - 3.12 on: push: branches: - - live + - v3.12.x workflow_dispatch: jobs: @@ -13,7 +13,7 @@ jobs: image: pivotalrabbitmq/website-packaging steps: - uses: actions/checkout@v4 - - name: Generate next website + - name: Generate website id: generate run: | mkdir generated diff --git a/ci/worker/wrangler.toml b/ci/worker/wrangler.toml index fc68d4e655..acd8493dbe 100644 --- a/ci/worker/wrangler.toml +++ b/ci/worker/wrangler.toml @@ -1,8 +1,8 @@ -name = "live" +name = "rabbitmq-website-v3-12" main = "src/index.ts" compatibility_date = "2023-10-30" workers_dev = true -routes = ["https://rabbitmq.com/*", "https://www.rabbitmq.com/*", "https://live.rabbitmq.com/*"] +routes = ["https://v3-12.rabbitmq.com/*"] [site] bucket = "./public"