We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8866c commit df65bf1Copy full SHA for df65bf1
.github/workflows/deploy.yml
@@ -20,5 +20,4 @@ jobs:
20
password: ${{ secrets.REMOTE_SSH_PASSWORD }}
21
port: ${{ secrets.REMOTE_SSH_PORT }}
22
script: |
23
- #./deploy.sh # 배포 스크립트 실행
24
- echo "test complete!" > test.log
+ ./test_sudo.sh # 배포 스크립트 실행
0 commit comments