Skip to content

Commit

Permalink
chore: Fix echo kubeconfig error
Browse files Browse the repository at this point in the history
  • Loading branch information
ce0la committed Jul 23, 2024
1 parent 5228090 commit 46050f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
run: |
echo "${{ secrets.ENVRC }}" > .envrc
source .envrc
echo "${{ secrets.KUBECONFIG }}" > .kubeconfig
export KUBECONFIG=.kubeconfig
export PRJ_ROOT=$(pwd)
mkdir .kube && touch .kube/us-east-1
echo "${{ secrets.KUBECONFIG }}" > .kube/us-east-1
# export KUBECONFIG=.kubeconfig
nix run .#cardano-services.ops-preview-1@us-east-1.status
nix run .#cardano-services.ops-preview-1@us-east-1.plan

0 comments on commit 46050f0

Please sign in to comment.