summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-11 15:08:36 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-11 15:08:36 +0100
commit22513ffbc22e05b785fa87ac08d3bc522c0940f8 (patch)
tree14c4cdaaf08cb3ade7b98f15db07e6c163ad5b7c
parentdaedadec9fd7bab5c23afe68bdca6be5dfbe5ca9 (diff)
URL and repo name
-rw-r--r--.build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.build.yml b/.build.yml
index 9683c44..204071d 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,6 +1,6 @@
image: archlinux
sources:
- - https://git.sr.ht:~yulqen/twentyfoursoftware.com
+ - https://git.sr.ht:~yulqen/twentyfoursoftware.co.uk
packages:
- rsync
environment:
@@ -9,8 +9,8 @@ secrets:
- ff8a0fab-2c22-4afd-9955-ddf4090288d5
tasks:
- deploy: |
- cd yulqen.org
+ cd twentyfoursoftware.co.uk
sshopts="ssh -o StrictHostKeyChecking=no -p 2222"
- rsync -azr --rsh="$sshopts" public/ $deploy:/var/www/twentyfoursoftware.com/ --exclude Makefile --exclude .git --exclude .htaccess --delete
+ rsync -azr --rsh="$sshopts" public/ $deploy:/var/www/twentyfoursoftware.co.uk/ --exclude Makefile --exclude .git --exclude .htaccess --delete