this repo has no descr,ription vt3e.cat

ci

vt3e.cat 52afb6f1 7f7f0bad

verified
+8
+8
.tangled/workflows/deploy.yaml
··· 17 17 - curl 18 18 github:NixOS/nixpkgs/nixpkgs-unstable: 19 19 - bun 20 + - atproto-goat 20 21 21 22 environment: 22 23 SITE_PATH: "dist" ··· 45 46 46 47 cd ${ROOT_DIR} 47 48 49 + - name: publish lexicons 50 + command: | 51 + cd pkgs/gallery 52 + goat account login --username $WISP_HANDLE --password $WISP_APP_PASSWORD 53 + goat lex publish ./lexicons/ 54 + 48 55 - name: deploy 49 56 command: | 57 + cd ../../ 50 58 curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli 51 59 chmod +x wisp-cli 52 60