Skip to content

Commit

Permalink
#Git_Hub Actions 마무리 publish불필요 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
rlawltjd8547 committed Feb 3, 2025
1 parent 5065d7c commit 07138e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,3 @@ jobs:
# 서버에서 .jar 실행 (nohup + & 추가)
sshpass -p "${{ secrets.SERVER_PASSWORD }}" ssh -o StrictHostKeyChecking=no [email protected] 'nohup java -jar /java/board-0.0.1-SNAPSHOT.jar > /java/board.log 2>&1 &'
- name: Publish to GitHub Packages
run: |
cd board # board 디렉터리로 이동
chmod +x gradlew # 실행 권한 부여
./gradlew publish
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions board/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>welcome my page</title>
<title>welcome my page!!@@!@!@</title>
</head>
<body>
welcome!
welcome!!@!@!@
</body>
</html>

0 comments on commit 07138e5

Please sign in to comment.