We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c543999 commit 535f667Copy full SHA for 535f667
prefect.yaml
@@ -18,6 +18,11 @@ pull:
18
repository: https://github.com/Ben-Epstein/prefect-modal
19
branch: main
20
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 }}'
26
27
# the deployments section allows you to provide configuration for deploying flows
28
deployments:
0 commit comments