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