diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-11 15:08:36 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-11 15:08:36 +0100 |
commit | 22513ffbc22e05b785fa87ac08d3bc522c0940f8 (patch) | |
tree | 14c4cdaaf08cb3ade7b98f15db07e6c163ad5b7c | |
parent | daedadec9fd7bab5c23afe68bdca6be5dfbe5ca9 (diff) |
URL and repo name
-rw-r--r-- | .build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |