Skip to content

Commit a3362cb

Browse files
Update deployment_scp.yml
1 parent c834054 commit a3362cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment_scp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
username: earlylee2
5151
source: "devlog_springboot-0.0.1-SNAPSHOT.jar"
5252
target: "/home/earlylee2"
53-
key: ${{ secrets.PRIVAE_KEY }}
53+
key: ${{ secrets.PRIVATE_KEY }}
5454

5555
run-app:
5656
needs: send-jar
@@ -71,6 +71,6 @@ jobs:
7171
with:
7272
username: earlylee2
7373
host: 34.64.41.182
74-
key: ${{ secrets.PRIVAE_KEY }}
74+
key: ${{ secrets.PRIVATE_KEY }}
7575
script_stop: true
7676
script: cd /home/earlylee2 && chmod +x deploy.sh && ./deploy.sh

0 commit comments

Comments
 (0)