Skip to content

Commit 535f667

Browse files
authored
Update prefect.yaml
1 parent c543999 commit 535f667

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

prefect.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ pull:
1818
repository: https://github.com/Ben-Epstein/prefect-modal
1919
branch: main
2020
credentials: '{{ prefect.blocks.github-credentials.grotto-exploration-pull }}'
21+
- prefect.deployments.steps.run_shell_script:
22+
directory: '{{ clone-step.directory }}'
23+
script: make setup
24+
- prefect.deployments.steps.set_working_directory:
25+
directory: '/{{ clone-step.directory }}'
2126

2227
# the deployments section allows you to provide configuration for deploying flows
2328
deployments:

0 commit comments

Comments
 (0)