Skip to content

Commit 09516df

Browse files
deployment issues
1 parent fc690cb commit 09516df

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
ref: ${{ github.head_ref }}
4343
path: project-repo
4444

45+
- name: Copy dbt_project into macro_agents for deployment
46+
if: steps.prerun.outputs.result == 'pex-deploy'
47+
run: |
48+
cp -r project-repo/dbt_project project-repo/macro_agents/dbt_project
49+
4550
- name: Python Executable Deploy
4651
if: steps.prerun.outputs.result == 'pex-deploy'
4752
uses: dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v1.12.0

dagster_cloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ locations:
44
module_name: macro_agents.definitions
55
working_directory: ./macro_agents
66
build:
7-
directory: .
7+
directory: ./macro_agents

0 commit comments

Comments
 (0)