Question
Github action deploy dotnet app to a single droplet
How would I go about creating a github action to deploy a dotnet app to an existing droplet - without docker?
If that’s not possible, can I SSH into the droplet using a pwd and running a command inside of it?
Basically I want to either get the DLLs from github onto the droplet, or alternatively SSH into the droplet and run a script that pulls the source from git, and builds the app on the droplet itself
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×