From 22513ffbc22e05b785fa87ac08d3bc522c0940f8 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 11 May 2023 15:08:36 +0100 Subject: URL and repo name --- .build.yml | 6 +++--- 1 file 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 -- cgit v1.2.3