Ricky Kim
09/14/2022, 1:56 PMdaniel
09/14/2022, 2:43 PMconcurrency:
# Cancel in-progress deploys to main branch
group: ${{ github.ref }}
cancel-in-progress: true
Ricky Kim
09/15/2022, 7:24 AM--commit-hash
argument when I deploy to Dagster Serverless, so that I can see the commit that is pushed is the correct one showing in the UI.
Even when the commit has is correct, sometimes the workspace is showing assets, jobs from a commit a while ago (more than a week ago).
The command I run to deploy is
dagster-cloud serverless deploy --location-name "moo" --package-name moo --deployment prod --commit-hash $CI_COMMIT_SHA
Could you please advise me further on this?daniel
09/16/2022, 2:55 PM