From 9900b1956e4a7d3fa2c818a6615a71897d1dd3d9 Mon Sep 17 00:00:00 2001 From: urimJ Date: Tue, 5 Dec 2023 00:02:23 +0900 Subject: [PATCH] =?UTF-8?q?CICD=20run=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5c55ebe..6c9df7e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -48,9 +48,10 @@ jobs: echo "${{ secrets.S3_PRIVATEKEY }}" echo "${{ secrets.S3_REGION }}" echo "${{ secrets.BUCKET_NAME }}" - - - run: npm install - - run: node main.js + - name: Install dependencies and run script + run: | + npm install + node main.js # 백엔드 # 업데이트 하는 과정을 명령어로 구성하기