Merge pull request #72 from HideyoshiSolutions/cicd-fix
Sources from Profile
This commit is contained in:
2
.github/workflows/deploy-prod.yml
vendored
2
.github/workflows/deploy-prod.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
script: |
|
||||
sudo apt update && sudo apt install -y jq
|
||||
export KUBECONFIG=$HOME/.kube/k3s.yaml
|
||||
source ~/.profile
|
||||
cd infra-hideyoshi.com
|
||||
./deploy.sh --prod
|
||||
./refresh.sh
|
||||
2
.github/workflows/deploy-staging.yml
vendored
2
.github/workflows/deploy-staging.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
script: |
|
||||
sudo apt update && sudo apt install -y jq
|
||||
export KUBECONFIG=$HOME/.kube/k3s.yaml
|
||||
source ~/.profile
|
||||
cd infra-hideyoshi.com
|
||||
./deploy.sh --staging
|
||||
./refresh.sh
|
||||
Reference in New Issue
Block a user