diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,6 +2,7 @@ image: fedora/36 packages: - rsync - make + - pandoc secrets: - 008c4f67-b864-47f8-9790-cd32f2ae8516 @@ -17,9 +18,12 @@ tasks: - build: | cd jnfilter make + - readme: | + cd jnfilter + make docs - deploy: | cd jnfilter sshopts="ssh -o StrictHostKeyChecking=no" - rsync --rsh="$sshopts" -rP dist/*.rpm $deploy:/var/www/$target + rsync --rsh="$sshopts" -rP dist/*.rpm index.html $deploy:/var/www/$target |