python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SSH to remote server in github actions
This is what I'm trying to use to connect to remote EC2 instance
- uses: appleboy/ssh-action@master
with:
host: ip-addr.eu-central-1.compute.amazonaws.com
username: ubuntu
ke...

dchoruzy
Votes: 0
Answers: 3
AWS cross-account CI/CD pipeline
My AWS devops concepts are still fuzzy and I could use some help. Here is what I am tyring to do - I have a CloudFormation nested stack which contains few lambdas, eventbridge, api gateways etc. I p...
mywn9
Votes: 0
Answers: 0
AWS ECS images in two task definitions using gitlab pipelines
I have come pretty far in case of setting up everything necessary for building, deploying and running an docker image to AWS ECS.
So far I have acheived:
docker image is built and pushed to my privat...
mrRobot
Votes: 0
Answers: 1
The code changes happening on cloud build(deployment) is not reflecting in repository
I'm using Cloud Build to deploy automatically during code push(Bitbucket). I'm changing the versions on prebuild which has a script to increase the number on JSON file.
The changes are not reflected o...
Falcon
Votes: 0
Answers: 0