feature/deploy linux (#1206)

* chore(deploy): remove devbox configuration

* feat(taskfiles): add mount and platform specific start commands for IPFS
This commit is contained in:
Prad Nukala
2024-12-22 23:43:30 +00:00
committed by GitHub
parent 59b561d2d9
commit 4d6a8628af
6 changed files with 104 additions and 50 deletions
+7 -2
View File
@@ -14,12 +14,17 @@ tasks:
build:
desc: Build the hway binary
silent: true
cmds:
cmds:
- 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:
- gum spin --spinner dot --title "Install Hway Single Target ({{.OS}}/{{.ARCH}})..." -- make install-hway
start:
desc: Start the hway daemon
silent: true
deps: [build]
cmds:
- "{{.BINARY}}"