Skip to content

Commit

Permalink
👷 Init: CI/CD 세팅 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjsmk0902 committed May 17, 2024
1 parent ff3fbd1 commit 1f617cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
pip install -r requirements.txt
- name: Set up temporary disk space
run: df -h && sudo mount -t tmpfs -o size=10G tmpfs /mnt && df -h

run: df -h && sudo mount -t tmpfs -o size=50G tmpfs /mnt && df -h

- name: 빌드 하고 푸시
env:
Expand Down

0 comments on commit 1f617cb

Please sign in to comment.