Skip to content

Commit d6c5c84

Browse files
committed
fix fix fix pöplön
1 parent 0bf2631 commit d6c5c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-kubernetes-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ jobs:
9999
100100
echo "Deploying camunda bpmn into pod"
101101
camundaPod=$(kubectl get pods | grep 'soemi-moen' | awk '{print $1}')
102-
kubectl port-forward camundaPod 8080:8080
102+
kubectl port-forward $camundaPod 8080:8080
103103
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 commit comments

Comments
 (0)