Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisWooyeol committed Nov 28, 2023
1 parent a85640e commit b3cfa71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/springboot-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
- name: Execute remote commands
run: |
ssh -v ${{ secrets.SPRINGBOOT_USERNAME }}@${{ secrets.SPRINGBOOT_HOST_DNS }} \
"kill -9 \$(pgrep -f springboot-0.0.1-SNAPSHOT.jar) || true"
ssh -v ${{ secrets.SPRINGBOOT_USERNAME }}@${{ secrets.SPRINGBOOT_HOST_DNS }} \
"cd ${{ secrets.SPRINGBOOT_ROOT_DIR }} && pwd && \
nohup /usr/bin/java -jar ${{ secrets.SPRINGBOOT_TARGET_DIR }}/*.jar & \
"kill -9 \$(pgrep -f springboot-0.0.1-SNAPSHOT.jar) || true && \
cd ${{ secrets.SPRINGBOOT_ROOT_DIR }} && pwd && \
sudo nohup /usr/bin/java -jar ${{ secrets.SPRINGBOOT_TARGET_DIR }}/*.jar & \
> ${{ secrets.SPRINGBOOT_ROOT_DIR }}/app.log 2>&1 &"
17 changes: 0 additions & 17 deletions android/.idea/deploymentTargetDropDown.xml

This file was deleted.

0 comments on commit b3cfa71

Please sign in to comment.