Skip to content

Commit df65bf1

Browse files
committed
feat: 배포 워크플로우 테스트1
1 parent ae8866c commit df65bf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
password: ${{ secrets.REMOTE_SSH_PASSWORD }}
2121
port: ${{ secrets.REMOTE_SSH_PORT }}
2222
script: |
23-
#./deploy.sh # 배포 스크립트 실행
24-
echo "test complete!" > test.log
23+
./test_sudo.sh # 배포 스크립트 실행

0 commit comments

Comments
 (0)