This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
deploy process #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: deploy process | |
on: [workflow_dispatch] | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout sources | |
uses: actions/checkout@v3 | |
- 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:/app/artifacts miragon/process-ide-cli node main.js deploy -d artifacts -t dev |