Skip to content

Commit

Permalink
Merge pull request #587 from blind-42/deploy
Browse files Browse the repository at this point in the history
[Feat] 클라이언트 배포 자동화 및 자동캐시무효화 기능 구현
  • Loading branch information
developerjhp authored Mar 24, 2022
2 parents 37e6895 + 11e8c4d commit 30ef699
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
@@ -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/42byte/42byte/client/build'

- name: 캐시 무효화
env:

0 comments on commit 30ef699

Please sign in to comment.