mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat: add CI/CD infrastructure for development and deployment
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
version: "0.5"
|
||||
|
||||
processes:
|
||||
IPFS:
|
||||
namespace: testnet
|
||||
command: "ipfs daemon --mount"
|
||||
ready_log_line: "Daemon is ready"
|
||||
|
||||
Sonr:
|
||||
namespace: testnet
|
||||
command: "task sonrd:start"
|
||||
depends_on:
|
||||
IPFS:
|
||||
condition: process_log_ready
|
||||
|
||||
Hway:
|
||||
namespace: testnet
|
||||
command: "hway"
|
||||
depends_on:
|
||||
IPFS:
|
||||
condition: process_log_ready
|
||||
Sonr:
|
||||
condition: process_started
|
||||
Reference in New Issue
Block a user