This commit is contained in:
parent
10e3e102be
commit
b1072ef00b
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
branches: main
|
|
||||||
|
|
||||||
labels:
|
|
||||||
hostname: "oscarblue"
|
|
||||||
|
|
||||||
pipeline:
|
|
||||||
deploy:
|
|
||||||
image: alpine:3.16.0
|
|
||||||
commands:
|
|
||||||
- apk add hugo rsync
|
|
||||||
- hugo
|
|
||||||
- rsync -rltvz --delete --omit-dir-times ./public/ /git-links/
|
|
||||||
volumes:
|
|
||||||
- /var/www/git-links:/git-links
|
|
Loading…
Reference in a new issue