Merge pull request #72 from HideyoshiSolutions/cicd-fix

Sources from Profile
This commit is contained in:
2024-02-14 01:02:22 -03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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