mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-22 00:18:23 +00:00
4 lines
129 B
Bash
Executable file
4 lines
129 B
Bash
Executable file
#!/bin/bash
|
|
|
|
helm repo add bitnami https://charts.bitnami.com/bitnami
|
|
helm install -f ghost-chart-values.yml ghost bitnami/ghost
|