docs and pipeline changes
This commit is contained in:
parent
aebef21eb4
commit
fc738597ff
@ -6,10 +6,6 @@ steps:
|
|||||||
- cd docs
|
- cd docs
|
||||||
- hugo mod get -u ./...
|
- hugo mod get -u ./...
|
||||||
- hugo
|
- hugo
|
||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: master
|
|
||||||
path: "docs/*"
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: codingkoopa/git-rsync-openssh
|
image: codingkoopa/git-rsync-openssh
|
||||||
@ -28,7 +24,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/*"
|
@ -19,6 +19,8 @@ Feel free to open a [PR](https://git.andrewnw.xyz/CyberShell/backy/pulls), raise
|
|||||||
|
|
||||||
- Allows for running package operations
|
- Allows for running package operations
|
||||||
|
|
||||||
|
- Allows configuring failure, success, and final hooks
|
||||||
|
|
||||||
- Allows for commands to be run on many hosts over SSH
|
- Allows for commands to be run on many hosts over SSH
|
||||||
|
|
||||||
- Commands can be grouped in list to run in specific order
|
- Commands can be grouped in list to run in specific order
|
||||||
|
Loading…
Reference in New Issue
Block a user