Skip to content

Commit a7212a0

Browse files
committed
chore: Refactor shell script
1 parent 39d9702 commit a7212a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy-env.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,8 @@ jobs:
3131
3232
- name: 🚀 Deploy
3333
run: |
34-
export PRJ_ROOT=$(pwd)
3534
echo "${{ secrets.ENVRC }}" > .envrc
3635
source .envrc
37-
# mkdir .kube && touch .kube/us-east-1
38-
# echo "${{ secrets.KUBECONFIG }}" > .kube/us-east-1
39-
# export KUBECONFIG=.kubeconfig
4036
nix develop
4137
4238

0 commit comments

Comments
 (0)