added eleventy
This commit is contained in:
parent
3a03290f8f
commit
1d70658e41
30 changed files with 3041 additions and 108 deletions
|
@ -1,4 +1,5 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
|
@ -20,3 +21,7 @@ steps:
|
|||
commands:
|
||||
- which lftp || ( apk --update add lftp )
|
||||
- lftp -e "mirror -R ./dist/ sp-codes.de/; bye" -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOST
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
Loading…
Add table
Add a link
Reference in a new issue