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
|
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
|
||||||
|
|||||||
1
.github/workflows/deploy-staging.yml
vendored
1
.github/workflows/deploy-staging.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user