Skip to content

Commit b09496f

Browse files
committed
feat: 배포 워크플로우 테스트3
1 parent 8a78de7 commit b09496f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
password: ${{ secrets.REMOTE_SSH_PASSWORD }}
2121
port: ${{ secrets.REMOTE_SSH_PORT }}
2222
script: |
23-
echo ${{ secrets.REMOTE_SSH_PASSWORD }} | sudo -S echo hi
24-
./test_sudo.sh # 배포 스크립트 실행
23+
echo ${{ secrets.REMOTE_SSH_PASSWORD }} | sudo -S echo deploy start!
24+
./deploy.sh # 배포 스크립트 실행

0 commit comments

Comments
 (0)