Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fixed target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AminYacine committed Oct 31, 2023
1 parent 609cba7 commit cd3311a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit cd3311a

Please sign in to comment.