Equivalent of jenkins job script running via ssh on remote machine agent
With jenkins I have a deploy script for an app. I have an agent installed on prod server and when I run the job jenkins will ssh into the server and run the bash script.
What is the windmill equivalent of that? I can't find any documentation on running scripts on the host machine or having worker that is an agent on a server, not in docker.
2 Replies
Hi, I think that's what you are looking for: https://www.windmill.dev/docs/core_concepts/agent_workers
Agent workers | Windmill
Agent workers are a Cloud & Self-hosted Enterprise Feature.
ahh, too bad. thanks.