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

Fix perms

This commit is contained in:
Rohan Kumar 2023-11-24 21:04:41 -08:00
parent ece371a472
commit ba3c58dfd9
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 3 additions and 2 deletions

View file

@ -21,5 +21,6 @@ tasks:
- deps: |
sh seirdy.one/scripts/setup-ci.sh
- build_deploy: |
export PATH=~/bin:$PATH
cd seirdy.one
bmake ci

View file

@ -9,6 +9,6 @@ KexAlgorithms=sntrup761x25519-sha512@openssh.com" >> ~/.ssh/config
# mirrored at https://seirdy.one/pb/binaries.tar.gz
rsync -WPv deploy@seirdy.one:/var/www/pb/binaries.tar.gz .
mkdir -p /usr/local/bin
tar xzf binaries.tar.gz -oC /usr/local/bin
mkdir -p ~/bin
tar xzf binaries.tar.gz -oC ~/bin
rm binaries.tar.gz