juiste gegevens
This commit is contained in:
parent
96e3c717f9
commit
7381f0c64c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/dtchsyn.yml
vendored
6
.github/workflows/dtchsyn.yml
vendored
|
|
@ -15,9 +15,9 @@ jobs:
|
||||||
- name: SFTP upload
|
- name: SFTP upload
|
||||||
uses: Dylan700/sftp-upload-action@latest
|
uses: Dylan700/sftp-upload-action@latest
|
||||||
with:
|
with:
|
||||||
server: sftp.server.com
|
server: ${{secrets.SYNADDR}}
|
||||||
username: jason-bourne
|
username: ${{secrets.username}}
|
||||||
password: ${{secrets.password}}
|
password: ${{secrets.SYNPASS}}
|
||||||
port: 22
|
port: 22
|
||||||
uploads: |
|
uploads: |
|
||||||
./ => ./www/public_html/
|
./ => ./www/public_html/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue