aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-01-04 23:52:58 +0000
committerYann Herklotz <git@yannherklotz.com>2022-01-04 23:52:58 +0000
commitca26c1b096ac3ec91d02b0cf5b4123f6a56013df (patch)
tree4a11d8533add7e8f31e55ca7a70e2c72d60b3c27 /.build.yml
parentb31371d8e12da4f55733cffbb65ae8c31b927567 (diff)
downloadyannherklotz.com-ca26c1b096ac3ec91d02b0cf5b4123f6a56013df.tar.gz
yannherklotz.com-ca26c1b096ac3ec91d02b0cf5b4123f6a56013df.zip
Update build script
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 43a7bf7..074eadd 100644
--- a/.build.yml
+++ b/.build.yml
@@ -10,7 +10,7 @@ secrets:
tasks:
- build: |
cd yannherklotz.com
- emacs --batch --no-init --file content.org --load publish.el
+ emacs --batch --file content.org --load publish.el
hugo --minify
- deploy: |
cd yannherklotz.com
@@ -20,4 +20,4 @@ tasks:
curl -H "Content-Type: application/zip" \
-H "Authorization: Bearer $key" \
--data-binary "@public.zip" \
- https://api.netlify.com/api/v1/sites/yannherklotz.netlify.app/deploys
+ https://api.netlify.com/api/v1/sites/yannherklotz.netlify.app/deploys >/dev/null 2>&1