mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
change location of binaries.tar.gz
This commit is contained in:
parent
16237abcd8
commit
61a1110ca0
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue