Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 293 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 293 Bytes

eas config

  1. run
FLAVOR=courier ENV=dev eas init
  1. copy projectId value to EXPO_COURIER_ID on .dev.env

  2. create secrets

cat .dev.env | grep "=" | awk -F "=" '{print "--name="$1" --value="$2}' | FLAVOR=courier ENV=dev xargs -n2 eas secret:create --force --type string