Relative Content

Tag Archive for google-cloud-platformterraformgithub-actionscicd

Does anyone know why my saved output in github actions workflow doesn’t work on SSH with appleboy/ssh-action?

So, I am working with simple NestJS application, docker, and terraform. My CI/CD scripts consists of 3 jobs, Docker, Terraform, and Deploy (with GCP). So I need to store the external IP of my created vm instance (by terraform) during the Terraform job. When I use the stored external IP, it is worked when I print it using echo. But, it seems doesn’t work when I use it in SSH with appleboy/ssh-action. Here is the detail.