Fraser Marlow
03/08/2023, 3:18 AMHow we deploy faster with warm Docker containers
clay
03/08/2023, 1:45 PMShantanu
03/08/2023, 2:48 PMFraser Marlow
03/08/2023, 4:55 PMDavid Merritt
03/08/2023, 4:57 PMit is now on by default for all new serverless sign-ups.
but I don't see an option to turn this on explicitly?Shalabh Chaturvedi
03/08/2023, 5:12 PM.github/workflows/deploy.yml
, you will see an ENABLE_FAST_DEPLOYS
env. You can set it to 'True'
to enable it. You would also need to update your branch_deployments.yml
in the same directory.David Merritt
03/08/2023, 5:31 PMShalabh Chaturvedi
03/08/2023, 5:42 PMyml
files, you can refresh them manually:
1. copy over the files from here
2. replace the DAGSTER_CLOUD_URL: ${{ secrets.DAGSTER_CLOUD_URL }}
line with a literal value for your url. This is just the url for dagster cloud without a trailing slash, for example DAGSTER_CLOUD_URL: "<http://my-org-name.dagster.cloud>"
If you have modified your yml files, you would need to port your changes to the new copy.