Skip to content

Commit af4de82

Browse files
authored
Merge pull request #23 from HIGHFIVE-SW/apirequest
ci/cd오류수정2
2 parents 7205272 + 1135d6c commit af4de82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v3
14+
15+
- name: Set execute permissions for deploy script
16+
run: chmod +x deploy_script.sh
17+
1418

1519
- name: Setup SSH Key
1620
run: |

0 commit comments

Comments
 (0)