Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddangcong80 authored Apr 15, 2024
1 parent 2bfcabf commit b2cb684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
host: 34.64.194.203
username: tvclock
source: "devlog_springboot-0.0.1-SNAPSHOT.jar"
target: "/home/{나의 userName}"
target: "/home/tvclock"
key: ${{ secrets.PRIVATE_KEY }}

run-app:
Expand All @@ -64,7 +64,7 @@ jobs:
host: 34.64.194.203
username: tvclock
source: "deploy.sh"
target: "/home/{나의 userName}"
target: "/home/tvclock"
key: ${{ secrets.PRIVATE_KEY }}
- name: Execute script
uses: appleboy/ssh-action@master
Expand All @@ -73,4 +73,4 @@ jobs:
username: tvclock
key: ${{ secrets.PRIVATE_KEY }}
script_stop: true
script: cd /home/{나의 userName} && chmod +x deploy.sh && ./deploy.sh
script: cd /home/tvclock && chmod +x deploy.sh && ./deploy.sh

0 comments on commit b2cb684

Please sign in to comment.