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 3ba9108 commit 5228090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:

- name: 🚀 Deploy
run: |
echo ${{ secrets.ENVRC }} > .envrc
echo "${{ secrets.ENVRC }}" > .envrc
source .envrc
echo ${{ secrets.KUBECONFIG }} > .kubeconfig
echo "${{ secrets.KUBECONFIG }}" > .kubeconfig
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 5228090

Please sign in to comment.