From 2a243c3eb7c62fcab173fbc9015c8c84d4f5ace2 Mon Sep 17 00:00:00 2001 From: sunghwki Date: Mon, 11 Nov 2024 16:25:45 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20chore:=20server=20password?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d46ea996..6be4883e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -63,7 +63,7 @@ jobs: with: host: ${{ secrets.SERVER_HOST }} username: ${{ secrets.SERVER_USER }} - key: ${{ secrets.SERVER_SSH_KEY }} + password: ${{ secrets.SERVER_PASSWORD}} script: | docker pull ${{ secrets.DOCKER_USERNAME }}/frontend:latest docker pull ${{ secrets.DOCKER_USERNAME }}/backend:latest