aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 58f0cb2..770f2e1 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,7 +1,7 @@
image: alpine/edge
packages:
- curl
- - emacs-nox
+ - hugo
- texinfo
- rsync
- openssh-client
@@ -13,4 +13,4 @@ tasks:
make
- deploy: |
sshopt="--rsh=ssh -o StrictHostKeyChecking=no"
- rsync "$sshopt" -av --delete website/docs/ user-data@carbslinux.org:www/carbslinux.org
+ rsync "$sshopt" -av --delete website/public/ user-data@carbslinux.org:www/carbslinux.org