Skip to content

Commit f672d33

Browse files
committed
update deployment for new location of credentials
1 parent e0c3454 commit f672d33

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

prefect.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pull:
1414

1515
deployments:
1616
- name: cms-end-of-run-workflow-docker
17-
version: 0.1.2
17+
version: 0.1.3
1818
tags:
1919
- cms
2020
- main
@@ -24,17 +24,15 @@ deployments:
2424
schedule: {}
2525
work_pool:
2626
job_variables:
27-
env:
28-
TILED_SITE_PROFILES: /nsls2/software/etc/tiled/profiles
2927
image: ghcr.io/nsls2/cms-workflows:main
3028
image_pull_policy: Always
3129
network: slirp4netns
3230
volumes:
3331
- /nsls2/data/cms/proposals:/nsls2/data/cms/proposals
34-
- /nsls2/software/etc/tiled:/nsls2/software/etc/tiled
3532
- /etc/bluesky:/etc/bluesky
3633
- /etc/ssl/certs:/etc/ssl/certs
3734
- /etc/pki/ca-trust/extracted:/etc/pki/ca-trust/extracted
35+
- /srv/prefect3-docker-worker-cms/app:/srv
3836
container_create_kwargs:
3937
userns_mode: "keep-id:uid=402957,gid=402957" # workflow-cms:workflow-cms
4038
auto_remove: true

0 commit comments

Comments
 (0)