Add Caddy config (contributed by Klaus Alexander Seistrup)
view log » | |
prepare | view log » |
build | view log » |
publish | view log » |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[#1188112] 2024/04/05 19:36:07 Booting image alpine/edge (default) on port 22436 [#1188112] 2024/04/05 19:36:07 Waiting for guest to settle [#1188112] 2024/04/05 19:36:16 Sending tasks [#1188112] 2024/04/05 19:36:17 Sending build environment [#1188112] 2024/04/05 19:36:18 Installing packages Warning: Permanently added '[localhost]:22436' (ED25519) to the list of known hosts. fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz OK: 467 MiB in 140 packages Warning: Permanently added '[localhost]:22436' (ED25519) to the list of known hosts. (1/2) Installing go (1.22.1-r2) (2/2) Installing hut (0.4.0-r1) Executing busybox-1.36.1-r25.trigger OK: 659 MiB in 142 packages [#1188112] 2024/04/05 19:36:20 Cloning repositories Cloning into 'betula-site'... + cd betula-site + git checkout -q 35866ee7af1f659ec0013a5d962430f439cd8ce2 + cd betula-site + git submodule update --init --recursive [#1188112] 2024/04/05 19:36:21 Running task prepare [#1188112] 2024/04/05 19:36:28 Running task build [#1188112] 2024/04/05 19:36:28 Running task publish |
1 2 3 |
+ go install git.sr.ht/~bouncepaw/mycomarkup/v5/cmd/mycomarkup@latest go: downloading git.sr.ht/~bouncepaw/mycomarkup v1.0.4 go: downloading git.sr.ht/~bouncepaw/mycomarkup/v5 v5.6.0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
+ cd betula-site + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/build/go/bin + ./build-website.bash Processed design. Processed how-to-be-repostable. Processed https-domain. Processed index. Processed installation. Processed searching. Processed v0.5.0. Processed v0.7.0. Processed v0.8.0. Processed v1.0.0. Processed v1.1.0. Processed v1.2.0. Transpiled all documents from Mycomarkup to HTML. + tar -cvz design.html how-to-be-repostable.html https-domain.html index.html installation.html searching.html v0.5.0.html v0.7.0.html v0.8.0.html v1.0.0.html v1.1.0.html v1.2.0.html style.css betula-v0.5.0-first-run.png betula-v0.5.0.png betula-v0.7.0.png betula-v0.8.0.png betula-v1.0.0-first-run.png betula-v1.0.0.png betula-v1.1.0.png betula-v1.2.0.png design.html how-to-be-repostable.html https-domain.html index.html installation.html searching.html v0.5.0.html v0.7.0.html v0.8.0.html v1.0.0.html v1.1.0.html v1.2.0.html style.css betula-v0.5.0-first-run.png betula-v0.5.0.png betula-v0.7.0.png betula-v0.8.0.png betula-v1.0.0-first-run.png betula-v1.0.0.png betula-v1.1.0.png betula-v1.2.0.png |
1 2 3 |
+ cd betula-site + hut pages publish -d betula.mycorrhiza.wiki site.tar.gz Published site at betula.mycorrhiza.wiki |