Skip to content

Commit

Permalink
[FE] merge: aws 리전 추가하여 코드가 업로드되지 않던 오류 해결 (#13)
Browse files Browse the repository at this point in the history
[FE] merge: aws 리전 추가하여 코드가 업로드되지 않던 오류 해결 (#13)
  • Loading branch information
d0422 authored Nov 8, 2023
2 parents 5969155 + 549d41f commit 4c63971
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/front-release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
matrix:
node-version: [18.16.0]
steps:
- name: 체크아웃
- name: ✅ 코드 체크아웃
uses: actions/checkout@v3

- name: 의존성 설치
- name: ⬇️ 의존성 설치
working-directory: ./frontEnd
run: npm install

Expand All @@ -30,5 +30,6 @@ jobs:
env:
AWS_ACCESS_KEY_ID: '${{secrets.AWS_ACCESS_KEY_ID}}'
AWS_SECRET_ACCESS_KEY: '${{secrets.AWS_SECRET_ACCESS_KEY}}'
AWS_DEFAULT_REGION: '${{secrets.AWS_DEFAULT_REGION}}'
run: |
aws --endpoint-url=https://kr.object.ncloudstorage.com s3 cp --recursive dist s3://algoitni

0 comments on commit 4c63971

Please sign in to comment.