Skip to content

Commit

Permalink
feat: 배포 워크플로우 테스트1
Browse files Browse the repository at this point in the history
  • Loading branch information
moozeh committed Nov 8, 2024
1 parent ae8866c commit df65bf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ jobs:
password: ${{ secrets.REMOTE_SSH_PASSWORD }}
port: ${{ secrets.REMOTE_SSH_PORT }}
script: |
#./deploy.sh # 배포 스크립트 실행
echo "test complete!" > test.log
./test_sudo.sh # 배포 스크립트 실행

0 comments on commit df65bf1

Please sign in to comment.