diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-19 08:22:12 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-19 08:22:12 +0000 |
commit | 9aeab8c270a1eb88c70c72d6be6f991110d48db7 (patch) | |
tree | 4bf6027756e1af9682a30506aa0ea408fd51c590 | |
parent | e281d12a685745eeea330d7ce3a36112ad8a916e (diff) |
fixed broken build yaml
-rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |