diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9273a0d..85e934c 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://maxime-dbt-doc-test.dagster.cloud" + DAGSTER_CLOUD_URL: "http://test-dagster-openai.dagster.cloud" DAGSTER_CLOUD_API_TOKEN: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }} ENABLE_FAST_DEPLOYS: 'true' PYTHON_VERSION: '3.10' @@ -26,12 +26,12 @@ jobs: steps: - name: Prerun Checks id: prerun - uses: dagster-io/dagster-cloud-action/actions/utils/prerun@v0.1 + uses: dagster-io/dagster-cloud-action/actions/utils/prerun@v0.1.45 - name: Launch Docker Deploy if: steps.prerun.outputs.result == 'docker-deploy' id: parse-workspace - uses: dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v0.1 + uses: dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v0.1.45 with: dagster_cloud_file: $DAGSTER_CLOUD_FILE @@ -44,7 +44,7 @@ jobs: - name: Python Executable Deploy if: steps.prerun.outputs.result == 'pex-deploy' - uses: dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v0.1 + uses: dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v0.1.45 with: dagster_cloud_file: "$GITHUB_WORKSPACE/project-repo/$DAGSTER_CLOUD_FILE" build_output_dir: "$GITHUB_WORKSPACE/build" @@ -67,7 +67,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Build and deploy to Dagster Cloud serverless - uses: dagster-io/dagster-cloud-action/actions/serverless_prod_deploy@v0.1 + uses: dagster-io/dagster-cloud-action/actions/serverless_prod_deploy@v0.1.45 with: dagster_cloud_api_token: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }} location: ${{ toJson(matrix.location) }}