From 87deed5d935c76d6d84e9299e4eb194804cd5762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=99=EC=B0=AC?= <129833370+dongchandev@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:44:13 +0900 Subject: [PATCH] fix: web-deploy.yml --- .github/workflows/web-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml index e021c45..a620704 100644 --- a/.github/workflows/web-deploy.yml +++ b/.github/workflows/web-deploy.yml @@ -18,14 +18,14 @@ jobs: - name: Install Dependencies run: npm install - - name: Build Project - run: npm run build - - name: Decode Config Secret id: decode-config run: | echo "${{ github.event.client_payload.config_secret }}" | base64 --decode > ./src/lib/axios/config.json + - name: Build Project + run: npm run build + - name: Create Destination Directory If Not Exists run: | ssh -i ${{ secrets.SERVER_SSH_KEY }} ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} \