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 39d9702 commit a7212a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ jobs:
- name: 🚀 Deploy
run: |
export PRJ_ROOT=$(pwd)
echo "${{ secrets.ENVRC }}" > .envrc
source .envrc
# mkdir .kube && touch .kube/us-east-1
# echo "${{ secrets.KUBECONFIG }}" > .kube/us-east-1
# export KUBECONFIG=.kubeconfig
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 a7212a0

Please sign in to comment.