Merge pull request #78 from HideyoshiSolutions/fixes-per-deployment-refresh
Fixes per deployment refresh
This commit is contained in:
1
.github/workflows/deploy-prod.yml
vendored
1
.github/workflows/deploy-prod.yml
vendored
@@ -48,6 +48,7 @@ jobs:
|
|||||||
username: ${{ secrets.SSH_USER }}
|
username: ${{ secrets.SSH_USER }}
|
||||||
port: ${{ secrets.SSH_PORT }}
|
port: ${{ secrets.SSH_PORT }}
|
||||||
key: ${{ secrets.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
|
command_timeout: 30m
|
||||||
script: |
|
script: |
|
||||||
sudo apt update && sudo apt install -y jq
|
sudo apt update && sudo apt install -y jq
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
|
|||||||
1
.github/workflows/deploy-staging.yml
vendored
1
.github/workflows/deploy-staging.yml
vendored
@@ -46,6 +46,7 @@ jobs:
|
|||||||
username: ${{ secrets.SSH_USER }}
|
username: ${{ secrets.SSH_USER }}
|
||||||
port: ${{ secrets.SSH_PORT }}
|
port: ${{ secrets.SSH_PORT }}
|
||||||
key: ${{ secrets.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
|
command_timeout: 30m
|
||||||
script: |
|
script: |
|
||||||
sudo apt update && sudo apt install -y jq
|
sudo apt update && sudo apt install -y jq
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
|
|||||||
2
.github/workflows/refresh-deployment.yml
vendored
2
.github/workflows/refresh-deployment.yml
vendored
@@ -41,4 +41,4 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
[[ -d infra-hideyoshi.com ]] && \
|
[[ -d infra-hideyoshi.com ]] && \
|
||||||
cd infra-hideyoshi.com && \
|
cd infra-hideyoshi.com && \
|
||||||
./infra-hideyoshi.com/refresh.sh ${{ env.deployments }}
|
./refresh.sh ${{ env.deployments }}
|
||||||
@@ -111,7 +111,7 @@ function main() {
|
|||||||
minikube kubectl -- $@
|
minikube kubectl -- $@
|
||||||
}
|
}
|
||||||
|
|
||||||
minikube start --driver kvm2 --cpus 4 --memory 4Gib
|
minikube start --driver kvm2 --cpus 6 --memory 6Gib
|
||||||
minikube addons enable ingress-dns
|
minikube addons enable ingress-dns
|
||||||
minikube addons enable ingress
|
minikube addons enable ingress
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user