From d45393def0c02cdf8ac33f4094f210b5805cea18 Mon Sep 17 00:00:00 2001 From: jisu Date: Sun, 29 Dec 2024 01:48:17 +0900 Subject: [PATCH] style: update comment in cd script --- .github/workflows/cd-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-backend.yml b/.github/workflows/cd-backend.yml index 393ae2a..58284ed 100644 --- a/.github/workflows/cd-backend.yml +++ b/.github/workflows/cd-backend.yml @@ -38,7 +38,7 @@ jobs: docker images docker push ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }} - - name: Deploy to Prod WAS Server + - name: Deploy to Dev WAS Server uses: appleboy/ssh-action@master with: host: ${{ secrets.WAS_HOST }}