We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c834054 commit a3362cbCopy full SHA for a3362cb
.github/workflows/deployment_scp.yml
@@ -50,7 +50,7 @@ jobs:
50
username: earlylee2
51
source: "devlog_springboot-0.0.1-SNAPSHOT.jar"
52
target: "/home/earlylee2"
53
- key: ${{ secrets.PRIVAE_KEY }}
+ key: ${{ secrets.PRIVATE_KEY }}
54
55
run-app:
56
needs: send-jar
@@ -71,6 +71,6 @@ jobs:
71
with:
72
73
host: 34.64.41.182
74
75
script_stop: true
76
script: cd /home/earlylee2 && chmod +x deploy.sh && ./deploy.sh
0 commit comments