HI , my deployment is also successfull, but I couldn't access my /check get API with my instance ipaddress, its just showing ( This site can’t be reached) please help
Yes, absolutely. You can configure the self-hosted runner application as a service to automatically start the runner application when the machine starts. Refer docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service
Yes if you have organisation account, you can share and manage self-hosted runners across your organization using new policies and labels. Please go through this document: docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-organization
Hii sir greate content , can you explain spring boot project with my sql database like crud operation project how we deploy in ec2 please explain this topic
Also, do I need to have docker up and running in my ec2 instance before this will be able to run? I just created my ec2 instance from scratch but my deploy job is failing without a reason
Also it will be nice to see the process of creating the resources. For some reasons, my deploy action isn't being picked up by the self hosted runner in AWS
@@IntegrationNinjas , Hello Sir, very helpful content, exactly what I needed. I have a question , instead of installing docker manually on the runner , Can't we include a command on the yml file, so it installs docker if needed ?
Used this to deploy a test site onto EC2 Instance. Thank you!
Glat it helped.
Thanks Bro. I was able to deploy my first application in EC2 instance.
Very helpful topic and you explained every points very well.. Waiting for more videos on Springboot & AWS..
Indeed it is very helpful, thanks for putting very clear and vivid explanation.
The best video ever. Thank you :)
Glad you liked it!
Great content sir. Looking forward to learn a lot from this channel. Thank you 😊
Glad it was helpful. Keep watching.
Owesome, very well explained
HELPED A LOT
Thanks.
Insightful, well explained
Very knowledgeable
good explanation
Thanks, keep watching.
Gud one 👍🏼
Very helpful content
HI , my deployment is also successfull, but I couldn't access my /check get API with my instance ipaddress, its just showing ( This site can’t be reached) please help
Need to run the runner from the instance every time.
can we configure the runner to keep running in the background?
Yes, absolutely. You can configure the self-hosted runner application as a service to automatically start the runner application when the machine starts.
Refer docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service
Nice sir , thanks for sharing 👍
Hey what is the instance type you choosed in while lanching EC-2 instance ?
Hi sir. I need to create a runner for each project. Or i can use this runner for other project
Yes if you have organisation account, you can share and manage self-hosted runners across your organization using new policies and labels. Please go through this document:
docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-organization
what changes in the workflows if i am connecting to a database (mysql)
You will need a docker compose file having database configuration. I will create a tutorial on that soon.
thanks for video
Glad it helped!
Hii sir greate content , can you explain spring boot project with my sql database like crud operation project how we deploy in ec2 please explain this topic
Also, do I need to have docker up and running in my ec2 instance before this will be able to run? I just created my ec2 instance from scratch but my deploy job is failing without a reason
Yes, you need to have Docker installed and running on your EC2 instance for the GitHub Actions workflow to deploy your app using Docker.
I have docker up and running yet my deploy job is still failing@@IntegrationNinjas
also sometimes my runner goes to sleep and cannot service requests
Check if runner is active and listening to jobs.
@@IntegrationNinjasHow to keep runner always in idle mode.?
Very nice. Can you make a tutorial on how to deploy to GCP or Azure or heroku?
I will soon create on Azure and GCP
Also it will be nice to see the process of creating the resources. For some reasons, my deploy action isn't being picked up by the self hosted runner in AWS
I have been able to solve this by setting runs-on: self-hosted but now the deploy fails and I don't even know why
Is there any pipeline to automate whole process
What exactly you are looking for?
I did same with ECS Fargate cluster thru Github Actions, I failed to deploy ECS-EC2, but got success in Fargate, whats the reason?
Can you share the error here for analysis?
👏
👍🏻👍🏻
.
very confusing .... missed lots of things
Would like to hear missed things in order to improve.
i run to step deploy: Pull Image from docker hub
docker pull lambmt2k/clover-network:latest
throw error command not found
Can u see if docker is installed on your runner?
Which runner you’re using and if possible share workflow here
great content guys.
@@IntegrationNinjas , Hello Sir, very helpful content, exactly what I needed.
I have a question , instead of installing docker manually on the runner ,
Can't we include a command on the yml file, so it installs docker if needed ?