summaryrefslogblamecommitdiffstats
path: root/.build.yml
blob: d9ca06d10ab4ec6416535bd5472b953693e6c99f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                
                                                        







                                          
                                   
                                                         
                                                                                                                                                 

        
image: archlinux
sources:
    - https://git.sr.ht:~yulqen/twentyfoursoftware.co.uk
packages:
    - rsync
environment:
    deploy: lemon@joannalemon.com
secrets:
    - ff8a0fab-2c22-4afd-9955-ddf4090288d5
tasks:
    - deploy: |
        cd twentyfoursoftware.co.uk
        sshopts="ssh -o StrictHostKeyChecking=no -p 2222"
        rsync  -azr --rsh="$sshopts" . $deploy:/var/www/twentyfoursoftware.co.uk/ --exclude Makefile --exclude .git --exclude .htaccess --delete