diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-19 07:19:10 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-19 07:19:10 +0000 |
commit | a89b10edf5d656c735e3d54bcd48d783c0d19400 (patch) | |
tree | b15a8d7a40729a9b476f3bcf7bf084c9272b1a1e | |
parent | f5dc42edd42a1d488647f2dbcaacfa0d5e548465 (diff) |
testing sourchut build
-rw-r--r-- | .build.yml | 16 | ||||
-rw-r--r-- | toss.txt | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..cdb4f2e --- /dev/null +++ b/.build.yml @@ -0,0 +1,16 @@ +image: archlinux +sources: + - https://git.sr.ht:~yulqen/yulqen.org +packages: + - rsync +environment: + deploy: lemon@joannalemon.com +secrets: + - ff8a0fab-2c22-4afd-9955-ddf4090288d5 +tasks: + - deploy: | + cd yulqen.org + sshopts="ssh -o StrictHostKeyChecking=no" + rsync --rsh="$sshopts" toss.txt $deploy:/var/www/yulqen.org/ + + diff --git a/toss.txt b/toss.txt new file mode 100644 index 0000000..cde8b9b --- /dev/null +++ b/toss.txt @@ -0,0 +1 @@ +yoniers |