Vijaymax06
Vijaymax064w ago

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
Tiago Serafim
Tiago Serafim4w ago
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.
Maxi
Maxi4w ago
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 ?
Tiago Serafim
Tiago Serafim4w ago
Which Python library? You'd have to look at its docs.