Leo Qin
10/31/2022, 8:24 PMadd-location
command?ben
10/31/2022, 8:28 PMdagster-cloud serverless deploy
instead (https://docs.dagster.io/master/dagster-cloud/getting-started/getting-started-with-serverless-deployment#using-the-dagster-cloud-cli)
dagster-cloud serverless deploy \
--organization $ORGANIZATION_NAME \
--deployment $BRANCH_DEPLOYMENT_NAME \
--api-token $DAGSTER_CLOUD_API_TOKEN \
--location-name $LOCATION_NAME \
--package-name $PACKAGE_NAME \
add-location
is set up more for Hybrid usersLeo Qin
10/31/2022, 8:28 PM--read-git-state
, etc?ben
10/31/2022, 8:30 PM--read-git-state
gets passed along with the create-or-update
branch deployment command - you’ll still want to use thatLeo Qin
10/31/2022, 8:30 PMben
10/31/2022, 8:31 PMdagster-cloud branch-deployment create-or-update ...
to create the branch, then
dagster-cloud serverless deploy ...
to build and deploy the imageLeo Qin
10/31/2022, 8:52 PMben
11/01/2022, 3:26 PM