Skip to content

Commit

Permalink
chore: Refactor shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
ce0la committed Jul 23, 2024
1 parent 1d220a4 commit 8902d54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: 🚀 Deploy
run: |
export PRJ_ROOT=$(pwd)
echo "${{ secrets.ENVRC }}" > .envrc
source .envrc
export PRJ_ROOT=$(pwd)
mkdir .kube && touch .kube/us-east-1
echo "${{ secrets.KUBECONFIG }}" > .kube/us-east-1
# mkdir .kube && touch .kube/us-east-1
# echo "${{ secrets.KUBECONFIG }}" > .kube/us-east-1
# export KUBECONFIG=.kubeconfig
nix develop
# nix develop
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 8902d54

Please sign in to comment.