From 1fd14b6fada299d68e2ec7a836dc11405ff50988 Mon Sep 17 00:00:00 2001 From: Victor Meireles Date: Thu, 29 May 2025 15:24:00 -0300 Subject: [PATCH] chore: checking if changes worked --- .github/workflows/deploy.yml | 2 +- _partials/_migrate_prerequisites.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f06d5f452..c8d6bd60e9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: production-v3 + ref: fix/fix-partials-not-refreshing - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd diff --git a/_partials/_migrate_prerequisites.md b/_partials/_migrate_prerequisites.md index 54022d69b4..5b9ed23c23 100644 --- a/_partials/_migrate_prerequisites.md +++ b/_partials/_migrate_prerequisites.md @@ -1,5 +1,5 @@ -Best practice is to use an [Ubuntu EC2 instance][create-ec2-instance] hosted in the same region as your +Best practiceS is to use an [Ubuntu EC2 instance][create-ec2-instance] hosted in the same region as your Timescale Cloud service to move data. That is, the machine you run the commands on to move your data from your source database to your target Timescale Cloud service.