feat: add CI/CD infrastructure for development and deployment

This commit is contained in:
2025-01-06 14:38:51 -05:00
parent d137aa97f9
commit eb2213f6a7
4 changed files with 44 additions and 1 deletions
+23
View File
@@ -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