We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f97a4 commit ea4fe7bCopy full SHA for ea4fe7b
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
host: ${{ secrets.LINODE_IP }}
29
username: ${{ secrets.LINODE_USER }}
30
- key: ${{ secrets.LINODE_SSH_KEY }}
+ password: ${{ secrets.LINODE_PASSWORD }}
31
port: 22
32
source: './jgantts-server/*,./jgantts-com/dist/*,./jgantts-com/PUBLIC/*'
33
- target: '/opt/nodejs/'
+ target: '/home/jgantts-com/node-js/'
0 commit comments