From b933b26cb05e6e7e3bce7bd6560c5dc372ace42a Mon Sep 17 00:00:00 2001 From: cypsyco Date: Tue, 23 Jan 2024 01:27:03 +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 78909ba..7e9af0f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -34,7 +34,7 @@ jobs: deploy: needs: build - runs-on: [aws-ec2] + runs-on: [ aws-ec2 ] steps: - name: Pull Image from docker hub run: docker pull yh0872/springboot-example:latest