add list config file and relevant config in main config file. other minor changes
Some checks failed
ci/woodpecker/push/go-lint Pipeline failed
Some checks failed
ci/woodpecker/push/go-lint Pipeline failed
This commit is contained in:
@ -7,4 +7,6 @@ steps:
|
||||
when:
|
||||
event: tag
|
||||
|
||||
branches: master
|
||||
when:
|
||||
- event: tag
|
||||
branch: master
|
@ -10,7 +10,6 @@ steps:
|
||||
image: codingkoopa/git-rsync-openssh
|
||||
commands:
|
||||
- cd docs
|
||||
- echo "151.101.210.132 deb.debian.org" >> /etc/hosts
|
||||
- echo "nameserver 1.1.1.1" > /etc/resolv.conf
|
||||
- mkdir ~/.ssh && chmod -R 700 ~/.ssh
|
||||
# - apt update -y && apt install openssh-client rsync -y
|
||||
@ -25,6 +24,7 @@ steps:
|
||||
secrets: [ ssh_host_key, ssh_deploy_key, ssh_passphrase ]
|
||||
|
||||
|
||||
branches: master
|
||||
when:
|
||||
path: "docs/*"
|
||||
- event: push
|
||||
branch: master
|
||||
path: "docs/*"
|
Reference in New Issue
Block a user