Skip to content

Commit

Permalink
fix deployment name
Browse files Browse the repository at this point in the history
  • Loading branch information
cnolanminich committed Oct 17, 2024
1 parent f69f1b2 commit 78c2e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dagster-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
project_dir: ${{ env.DAGSTER_PROJECT_DIR }}
dagster_cloud_yaml_path: ${{ env.DAGSTER_CLOUD_YAML_PATH }}
deployment: ${{ env.DAGSTER_PROJECT_DIR }}
deployment: ${{ env.DEPLOYMENT_ENV }}

- name: Generate docker image tag
id: generate-image-tag
Expand Down

0 comments on commit 78c2e86

Please sign in to comment.