Remote script run
I've installed Windmill using Docker Compose. Is it possible to run PHP Artisan commands and bash scripts on a remote server? The bash scripts are located on an Ubuntu remote server.
3 Replies
If your WM server has access to the remote server via SSH, you can, for instance, use a SSH Python library to access and run anything.
We can access the remote server by using its private key.can we use key file to connect remote server is this also possible using the python ssh library ?
Which Python library? You'd have to look at its docs.