Skip to content

Commit

Permalink
org id 2
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Jul 12, 2024
1 parent 829c894 commit 2f154fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ concurrency:
group: ${{ github.ref }}/deploy
cancel-in-progress: true
env:
DAGSTER_CLOUD_URL: "http://ORGANIZATION_NAME.dagster.cloud"
DAGSTER_CLOUD_URL: "http://elementl-serverless-test.dagster.cloud"
DAGSTER_CLOUD_API_TOKEN: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
ENABLE_FAST_DEPLOYS: 'true'
PYTHON_VERSION: '3.8'
DAGSTER_CLOUD_ORGANIZATION: ${{ secrets.DAGSTER_CLOUD_ORGANIZATION }}
DAGSTER_CLOUD_ORGANIZATION: "elementl-serverless-test"
DAGSTER_CLOUD_FILE: 'dagster_cloud.yaml'
# Path to the root folder containing the dagster project
DAGSTER_PROJECT_DIR: "."
Expand Down

0 comments on commit 2f154fe

Please sign in to comment.