|
|
|
|
|
by CrimsonRain
441 days ago
|
|
I don't understand your issue. If you are doing deployments, actions etc does exactly that. Run pure bash commands or whatever. If you want it for other purposes, you essentially want to run a "server" application but don't want to manage a server. Just use serverless? Write a JS function (or some other languages) and the platform will run it when the event triggers. |
|