We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ed94b commit 9ef5e52Copy full SHA for 9ef5e52
.github/workflows/cd.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
host: ${{ secrets.SERVER_HOST }}
27
username: ${{ secrets.SERVER_USER }}
28
- key: ${{ secrets.SERVER_SSH_KEY }}
+ key: ${{ secrets.SERVER_PEM_KEY }}
29
source: .
30
target: /home/ubuntu/app
31
0 commit comments