From cd3311a9210d7512f22549c0cf4e3c383177c4da Mon Sep 17 00:00:00 2001 From: AminYacine <78700458+AminYacine@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:33:18 +0100 Subject: [PATCH] fixed target directory --- .github/workflows/deploy_artifacts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_artifacts.yaml b/.github/workflows/deploy_artifacts.yaml index bdc3952..f027417 100644 --- a/.github/workflows/deploy_artifacts.yaml +++ b/.github/workflows/deploy_artifacts.yaml @@ -9,4 +9,4 @@ jobs: - name: Pull image run: docker pull miragon/process-ide-cli - name: Deploy process - run: docker run -v $PWD/order-example/order-example-camunda7/src/main/resources:/artifacts miragon/process-ide-cli node main.js deploy -d artifacts -t dev \ No newline at end of file + run: docker run -v $PWD/order-example/order-example-camunda7/src/main/resources:/app/artifacts miragon/process-ide-cli node main.js deploy -d artifacts -t dev \ No newline at end of file