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
|
||||
uses: Dylan700/sftp-upload-action@latest
|
||||
with:
|
||||
server: sftp.server.com
|
||||
username: jason-bourne
|
||||
password: ${{secrets.password}}
|
||||
server: ${{secrets.SYNADDR}}
|
||||
username: ${{secrets.username}}
|
||||
password: ${{secrets.SYNPASS}}
|
||||
port: 22
|
||||
uploads: |
|
||||
./ => ./www/public_html/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue