Merge pull request #100 from HideyoshiSolutions/adds-helm-to-deploy

Adds Helm to Setup Step on CI/CD
This commit is contained in:
2024-09-02 00:27:22 -03:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ jobs:
command_timeout: 30m
script: |
sudo apt update && sudo apt install -y jq
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
source ~/.profile
cd infra-hideyoshi.com
./deploy.sh --prod

View File

@@ -49,6 +49,7 @@ jobs:
command_timeout: 30m
script: |
sudo apt update && sudo apt install -y jq
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
source ~/.profile
cd infra-hideyoshi.com
./deploy.sh --staging