This commit is contained in:
parent
d120c2ca8f
commit
2daf2f130d
@ -5,10 +5,6 @@ steps:
|
|||||||
- git submodule foreach 'git fetch origin; git checkout $(git describe --tags `git rev-list --tags --max-count=1`);'
|
- git submodule foreach 'git fetch origin; git checkout $(git describe --tags `git rev-list --tags --max-count=1`);'
|
||||||
- cd docs
|
- cd docs
|
||||||
- hugo
|
- hugo
|
||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: master
|
|
||||||
path: "docs/*"
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: codingkoopa/git-rsync-openssh
|
image: codingkoopa/git-rsync-openssh
|
||||||
@ -27,7 +23,7 @@ steps:
|
|||||||
- rsync -atv --delete --progress vangen/ backy@backy.cybershell.xyz:vangen-go
|
- rsync -atv --delete --progress vangen/ backy@backy.cybershell.xyz:vangen-go
|
||||||
secrets: [ ssh_host_key, ssh_deploy_key, ssh_passphrase ]
|
secrets: [ ssh_host_key, ssh_deploy_key, ssh_passphrase ]
|
||||||
|
|
||||||
when:
|
# when:
|
||||||
- event: push
|
# - event: push
|
||||||
branch: master
|
# branch: master
|
||||||
path: "docs/*"
|
# path: "docs/*"
|
@ -12,10 +12,10 @@ To use a specific file:
|
|||||||
|
|
||||||
If you leave the config path blank, the following paths will be searched in order:
|
If you leave the config path blank, the following paths will be searched in order:
|
||||||
|
|
||||||
- `./backy.yml`
|
1. `./backy.yml`
|
||||||
- `./backy.yaml`
|
2. `./backy.yaml`
|
||||||
- `~/.config/backy.yml`
|
3. `~/.config/backy.yml`
|
||||||
- `~/.config/backy.yaml`
|
4. `~/.config/backy.yaml`
|
||||||
|
|
||||||
Create a file at `~/.config/backy.yml`.
|
Create a file at `~/.config/backy.yml`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user