C
C#16mo ago
yessir

❔ how to deploy asp.net project to ec2 linux server using github actions with docker

Hi guys i want to deploy my api project (.net 6) to ec2 server (linux) with github actions and it will be run with docker
5 Replies
Jayy
Jayy16mo ago
You can either use a self hosted runner or ssh into the vm in the action Seperately you can build in the action and push to a container registry and pull down in the vm or do all the building and running on the runner
yessir
yessir16mo ago
do you have any source or example?
Jayy
Jayy16mo ago
this is what i do on my personal stuff right now but im migrating to just a normal ssh approach This is using a ton of aws services that probably aren't wanted here
Accord
Accord15mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts