mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
Feature/deploy linux (#1212)
* chore(deploy): remove devbox configuration * feat(taskfiles): add mount and platform specific start commands for IPFS * feat(gateway): update registration route --------- Signed-off-by: Prad Nukala <prad@sonr.io>
This commit is contained in:
@@ -15,12 +15,16 @@ tasks:
|
||||
desc: Build the hway binary
|
||||
silent: true
|
||||
cmds:
|
||||
- templ generate
|
||||
- sqlc generate -f internal/database/sqlc.yaml
|
||||
- gum spin --spinner dot --title "Build Hway Single Target ({{.OS}}/{{.ARCH}})..." -- goreleaser build --snapshot --clean --single-target --id hway -o {{.BIN_DIR}}/hway
|
||||
|
||||
install:
|
||||
desc: Install the hway binary
|
||||
silent: true
|
||||
cmds:
|
||||
- templ generate
|
||||
- sqlc generate -f internal/database/sqlc.yaml
|
||||
- gum spin --spinner dot --title "Install Hway Single Target ({{.OS}}/{{.ARCH}})..." -- make install-hway
|
||||
|
||||
start:
|
||||
|
||||
Reference in New Issue
Block a user