From 09e18cc27c58b83b8a12e033bf3095bbf93d207b Mon Sep 17 00:00:00 2001 From: cypsyco Date: Tue, 23 Jan 2024 15:37:07 +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 2591f9e..9530277 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: sudo docker pull yh0872/signal:latest