Sources from Profile

This commit is contained in:
2024-02-14 01:01:20 -03:00
parent c449ad0d74
commit 10cf0cf4ec
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ jobs:
key: ${{ secrets.SSH_KEY }} key: ${{ secrets.SSH_KEY }}
script: | script: |
sudo apt update && sudo apt install -y jq sudo apt update && sudo apt install -y jq
export KUBECONFIG=$HOME/.kube/k3s.yaml source ~/.profile
cd infra-hideyoshi.com cd infra-hideyoshi.com
./deploy.sh --prod ./deploy.sh --prod
./refresh.sh ./refresh.sh

View File

@@ -46,7 +46,7 @@ jobs:
key: ${{ secrets.SSH_KEY }} key: ${{ secrets.SSH_KEY }}
script: | script: |
sudo apt update && sudo apt install -y jq sudo apt update && sudo apt install -y jq
export KUBECONFIG=$HOME/.kube/k3s.yaml source ~/.profile
cd infra-hideyoshi.com cd infra-hideyoshi.com
./deploy.sh --staging ./deploy.sh --staging
./refresh.sh ./refresh.sh