Skip to content

Commit

Permalink
[Feat] 클라이언트 배포 자동화 테스트2
Browse files Browse the repository at this point in the history
  • Loading branch information
developerjhp committed Mar 24, 2022
1 parent 37e6895 commit 56c00c3
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: '/home/runner/work/blind-42/42byte/client/build'
# SOURCE_DIR: '/home/runner/work/blind-42/42byte/client/build'

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

0 comments on commit 56c00c3

Please sign in to comment.