Skip to content

Commit

Permalink
Switch back to Docker deploys and restore the post_install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkanji committed Mar 15, 2024
1 parent 6ca5a15 commit a14b94c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/branch_deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ concurrency:
env:
DAGSTER_CLOUD_URL: "http://muhammad-dagster.dagster.cloud"
DAGSTER_CLOUD_API_TOKEN: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
SERVERLESS_BASE_IMAGE_TAG: "sha256_10ccf80b24329869dce33c8f06e5f70797a44d24c75fa7e5486978658a4b1152"
ENABLE_FAST_DEPLOYS: 'true'
ENABLE_FAST_DEPLOYS: 'false'
PYTHON_VERSION: '3.10'
DAGSTER_CLOUD_FILE: 'dagster_cloud.yaml'

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ concurrency:
env:
DAGSTER_CLOUD_URL: "http://muhammad-dagster.dagster.cloud"
DAGSTER_CLOUD_API_TOKEN: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
SERVERLESS_BASE_IMAGE_TAG: "sha256_10ccf80b24329869dce33c8f06e5f70797a44d24c75fa7e5486978658a4b1152"
ENABLE_FAST_DEPLOYS: 'true'
ENABLE_FAST_DEPLOYS: 'false'
PYTHON_VERSION: '3.10'
DAGSTER_CLOUD_FILE: 'dagster_cloud.yaml'

Expand Down
2 changes: 2 additions & 0 deletions dagster_cloud_post_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
apt-get update
apt-get install rsync openssh-client -y

0 comments on commit a14b94c

Please sign in to comment.