From eb8b24593ccc5368547fbbda82ed332392c9d958 Mon Sep 17 00:00:00 2001 From: cypsyco Date: Tue, 23 Jan 2024 00:59:43 +0900 Subject: [PATCH] github actions test --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b1fad57..648ba16 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -34,7 +34,7 @@ jobs: deploy: needs: build - runs-on: ip-172-31-8-60 + runs-on: aws-ec2 steps: - name: Pull Image from Docker Hub run: docker pull yh0872/springboot-example:latest