Skip to content

Commit

Permalink
[Feat] 클라이언트 배포 자동화 테스트3
Browse files Browse the repository at this point in the history
  • Loading branch information
developerjhp committed Mar 24, 2022
1 parent 56c00c3 commit b14fdc9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ jobs:
run: npm install
working-directory: ./client

- name: ls in client
run: ls -la
working-directory: ./client

- name: ls in build
run: ls -la
working-directory: ./client/build

- name: pwd in build
run: pwd
working-directory: ./client/build

- name: build
env:
REACT_APP_ACCESS_ID: ${{ secrets.REACT_APP_ACCESS_ID }}
Expand All @@ -37,7 +49,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_IAM_MANAGER_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_IAM_MANAGER_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_BUCKET_REGION }}
# SOURCE_DIR: '/home/runner/work/blind-42/42byte/client/build'
SOURCE_DIR: '/home/runner/work/42byte/client/build'

- name: 캐시 무효화
env:
Expand Down

0 comments on commit b14fdc9

Please sign in to comment.