Skip to content

Commit

Permalink
CICD run 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
urimJ committed Dec 4, 2023
1 parent d4163ed commit 9900b19
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 백엔드
# 업데이트 하는 과정을 명령어로 구성하기
Expand Down

0 comments on commit 9900b19

Please sign in to comment.