Skip to content

Commit ed2ef82

Browse files
committed
fix: GitHub Actions에서 Procfile 포함하도록 수정
1 parent 95adb9d commit ed2ef82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
-x "postgres-data/*" \
3737
-x "public/*" \
3838
-x "test/*" \
39-
-x "*.md"
39+
-x "README.md"
4040
4141
- name: Upload To S3
4242
env:

0 commit comments

Comments
 (0)