Adds Helm to Setup Step on CI/CD
This commit is contained in:
1
.github/workflows/deploy-prod.yml
vendored
1
.github/workflows/deploy-prod.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user