summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-19 08:22:12 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-19 08:22:12 +0000
commit9aeab8c270a1eb88c70c72d6be6f991110d48db7 (patch)
tree4bf6027756e1af9682a30506aa0ea408fd51c590
parente281d12a685745eeea330d7ce3a36112ad8a916e (diff)
fixed broken build yaml
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 56b86d1..bde2656 100644
--- a/.build.yml
+++ b/.build.yml
@@ -9,8 +9,8 @@ secrets:
- ff8a0fab-2c22-4afd-9955-ddf4090288d5
tasks:
- build: |
- cd yulqen.org
- hugo
+ cd yulqen.org
+ hugo
- deploy: |
cd yulqen.org
sshopts="ssh -o StrictHostKeyChecking=no -p 2222"