Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanjaemo authored Mar 19, 2024
1 parent f1abb13 commit 729d864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
sudo fuser -k 80/tcp
cd Balance-Talk-Backend
git pull --recurse-submodules
${{ secrets.SUBMODULE_TOKEN }}
${{ secrets.SUBMODULE_TOKEN }}
git config --global credential.helper store
echo "https://x-access-token:${{ secrets.SUBMODULE_TOKEN }}@github.com" > ~/.git-credentials
./gradlew build
cd build/libs
sudo nohup java -jar balance-talk-0.0.1-SNAPSHOT.jar &

0 comments on commit 729d864

Please sign in to comment.