Skip to content

Commit

Permalink
fix fix fix pöplön
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-100 committed Jan 26, 2024
1 parent 0bf2631 commit d6c5c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-kubernetes-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ jobs:
echo "Deploying camunda bpmn into pod"
camundaPod=$(kubectl get pods | grep 'soemi-moen' | awk '{print $1}')
kubectl port-forward camundaPod 8080:8080
kubectl port-forward $camundaPod 8080:8080
curl -w "\n" -H "Content-Type: multipart/form-data" -F "deployment-name=soemi-moen-bpmn" -F "enable-duplicate-filtering=true" -F "deploy-changed-only=true" -F "deployment-source=process application" -F "data=@./soemi-moen/soemi-moen.bpmn" http://localhost:8080/engine-rest/deployment/create

0 comments on commit d6c5c84

Please sign in to comment.