Deploy instructions

This commit is contained in:
Daniel Flanagan 2022-02-12 14:18:38 -06:00
parent 6842c1673f
commit 29a9190950
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -62,6 +62,12 @@ deno compile -A -o poc-cli.darwin.x86_64 --target x86_64-apple-darwin src/core.t
deno compile -A -o poc-cli.darwin.aarch64 --target aarch64-apple-darwin src/core.ts deno compile -A -o poc-cli.darwin.aarch64 --target aarch64-apple-darwin src/core.ts
``` ```
### Deploy Artifacts
```
rcp ./poc-cli.* faceless:~/../public-static-files/poc-cli/
```
### Install ### Install
I dunno, but probably something like this: I dunno, but probably something like this: