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'