Skip to content

Commit ea4fe7b

Browse files
committed
Update deploy.yml
1 parent 04f97a4 commit ea4fe7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
host: ${{ secrets.LINODE_IP }}
2929
username: ${{ secrets.LINODE_USER }}
30-
key: ${{ secrets.LINODE_SSH_KEY }}
30+
password: ${{ secrets.LINODE_PASSWORD }}
3131
port: 22
3232
source: './jgantts-server/*,./jgantts-com/dist/*,./jgantts-com/PUBLIC/*'
33-
target: '/opt/nodejs/'
33+
target: '/home/jgantts-com/node-js/'

0 commit comments

Comments
 (0)