Adds Helm to Setup Step on CI/CD

This commit is contained in:
2024-09-02 00:26:19 -03:00
parent 350f3de230
commit af069d3c8a
2 changed files with 2 additions and 0 deletions

View File

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

View File

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