mirror of
https://github.com/seemueller-io/cluster.git
synced 2025-09-08 22:56:46 +00:00
5 lines
154 B
Bash
5 lines
154 B
Bash
#!/usr/bin/env sh
|
|
|
|
(cd deploy/dev/cluster && bun run deploy)
|
|
(cd deploy/dev/components && bun run deploy)
|
|
(cd deploy/dev/configurations && bun run deploy) |