Skip to content

Commit 3384e35

Browse files
committed
[CHORE] CICD 스크립트 수정
1 parent 85844b4 commit 3384e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
username: ${{secrets.SSH_USER}}
102102
key: ${{ secrets.SSH_PEM_KEY }}
103103
envs: GITHUB_SHA
104-
script: |
104+
run: |
105105
echo "Stopping and removing existing Docker containers..."
106106
sudo docker rm -f $(sudo docker ps -aq) || echo "No containers to remove"
107107

0 commit comments

Comments
 (0)