Skip to content

Commit c29ad53

Browse files
authored
Merge pull request #105 from dnd-side-project/feat/#101
build: deploy.yml 파이프 기호 추가
2 parents ada2105 + 1996513 commit c29ad53

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
@@ -132,7 +132,7 @@ jobs:
132132
username: ${{ secrets.DEV_EC2_USERNAME }}
133133
key: ${{ secrets.DEV_EC2_SSH_KEY }}
134134
port: 22
135-
script:
135+
script: |
136136
cd /home/ubuntu
137137
chmod +x ~/deploy.sh
138138
./deploy.sh

0 commit comments

Comments
 (0)