Skip to content

Commit

Permalink
[Feat] 클라이언트 배포 자동화 테스트5
Browse files Browse the repository at this point in the history
  • Loading branch information
developerjhp committed Mar 24, 2022
1 parent 4c8f2cf commit 11e8c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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: './client/build'
SOURCE_DIR: '/home/runner/work/42byte/42byte/client/build'

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

0 comments on commit 11e8c4d

Please sign in to comment.