1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

change location of binaries.tar.gz

This commit is contained in:
Rohan Kumar 2023-09-16 18:50:10 -07:00
parent 16237abcd8
commit 61a1110ca0
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -21,7 +21,7 @@ tasks:
- deps: |
printf "VerifyHostKeyDNS=yes\nKexAlgorithms=sntrup761x25519-sha512@openssh.com\n" >> ~/.ssh/config
# mirrored at https://seirdy.one/misc/binaries.tar.gz
rsync -Wv deploy@seirdy.one:/home/deploy/binaries.tar.gz .
rsync -Wv deploy@seirdy.one:/var/www/pb/binaries.tar.gz .
mkdir -p ~/bin
tar xzf binaries.tar.gz -oC ~/bin
- build_deploy: |