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'