1
0
Fork 0

move to envrc

This commit is contained in:
Von Random 2025-05-31 23:14:34 +03:00
parent 61af6d25c0
commit b19fb8c82a

5
.envrc Normal file
View file

@ -0,0 +1,5 @@
source .venv/bin/activate
export YC_TOKEN=$(yc iam create-token)
export YC_CLOUD_ID=$(yc config get cloud-id)
export YC_FOLDER_ID=$(yc config get folder-id)