Remove .build.yml
This commit is contained in:
parent
110ff9ae33
commit
4e9b02bd94
1 changed files with 0 additions and 17 deletions
17
.build.yml
17
.build.yml
|
@ -1,17 +0,0 @@
|
||||||
image: alpine/edge
|
|
||||||
packages:
|
|
||||||
- rsync
|
|
||||||
- git
|
|
||||||
- hugo
|
|
||||||
sources:
|
|
||||||
- https://git.sr.ht/~redstrate/xiv.zone
|
|
||||||
secrets:
|
|
||||||
- b748582a-5d31-4fe8-94d6-4a63035e97aa
|
|
||||||
tasks:
|
|
||||||
- build: |
|
|
||||||
cd xiv.zone
|
|
||||||
hugo
|
|
||||||
- deploy: |
|
|
||||||
cd xiv.zone
|
|
||||||
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
|
||||||
rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/xiv.zone
|
|
Loading…
Add table
Reference in a new issue