From 55a3d682a2a034cde09c779f0c996e117222582e Mon Sep 17 00:00:00 2001 From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:14:26 -0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 85e934c..21241be 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ concurrency: group: ${{ github.ref }}/deploy 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'