Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong authored Nov 22, 2024
1 parent 0a9b400 commit 6f3cd88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -26,12 +26,12 @@ jobs:
steps:
- name: Prerun Checks
id: prerun
uses: dagster-io/dagster-cloud-action/actions/utils/[email protected]
uses: dagster-io/dagster-cloud-action/actions/utils/[email protected].45

- name: Launch Docker Deploy
if: steps.prerun.outputs.result == 'docker-deploy'
id: parse-workspace
uses: dagster-io/dagster-cloud-action/actions/utils/[email protected]
uses: dagster-io/dagster-cloud-action/actions/utils/[email protected].45
with:
dagster_cloud_file: $DAGSTER_CLOUD_FILE

Expand All @@ -44,7 +44,7 @@ jobs:

- name: Python Executable Deploy
if: steps.prerun.outputs.result == 'pex-deploy'
uses: dagster-io/dagster-cloud-action/actions/[email protected]
uses: dagster-io/dagster-cloud-action/actions/[email protected].45
with:
dagster_cloud_file: "$GITHUB_WORKSPACE/project-repo/$DAGSTER_CLOUD_FILE"
build_output_dir: "$GITHUB_WORKSPACE/build"
Expand All @@ -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/[email protected]
uses: dagster-io/dagster-cloud-action/actions/[email protected].45
with:
dagster_cloud_api_token: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
location: ${{ toJson(matrix.location) }}
Expand Down

0 comments on commit 6f3cd88

Please sign in to comment.