ssh options
This commit is contained in:
parent
3bf7ae7e21
commit
0764e94c2f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -29,7 +29,8 @@ jobs:
|
||||||
remote-user: stats
|
remote-user: stats
|
||||||
private-ssh-key: ${{ secrets.SSH_KEY }}
|
private-ssh-key: ${{ secrets.SSH_KEY }}
|
||||||
destination-path: ${{ env.DESTINATION }}
|
destination-path: ${{ env.DESTINATION }}
|
||||||
rsync-options: --no-times -r --exclude=.git* --exclude=*.json --exclude=.git/ --exclude=.github/ --exclude=config.php -o UserKnownHostsFile=/dev/null
|
rsync-options: --no-times -r --exclude=.git* --exclude=*.json --exclude=.git/ --exclude=.github/ --exclude=config.php
|
||||||
|
ssh-options: -o UserKnownHostsFile=/dev/null -o LogLevel=ERROR
|
||||||
- name: LINK TO WEBSITE
|
- name: LINK TO WEBSITE
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
|
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue