From d914ce095e686b037e5522551527e564141112de Mon Sep 17 00:00:00 2001 From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:14:10 -0500 Subject: [PATCH] Update branch_deployments.yml --- .github/workflows/branch_deployments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch_deployments.yml b/.github/workflows/branch_deployments.yml index 4364eac..42cb536 100644 --- a/.github/workflows/branch_deployments.yml +++ b/.github/workflows/branch_deployments.yml @@ -8,7 +8,7 @@ concurrency: group: ${{ github.ref }}/branch_deployments cancel-in-progress: true env: - DAGSTER_CLOUD_URL: "http:/test-dagster-openai.dagster.cloud" + DAGSTER_CLOUD_URL: "http://maxime-dbt-doc-test.dagster.cloud" DAGSTER_CLOUD_API_TOKEN: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }} ENABLE_FAST_DEPLOYS: 'true' PYTHON_VERSION: '3.10'