mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2026-01-05 16:34:05 +00:00
8 lines
411 B
Bash
8 lines
411 B
Bash
# set project (default = dev)
|
|
firebase use default
|
|
# assign variables that can be accessed from firebase config method for backend functions
|
|
# NOTE - GA_SERVICE_DEV is json encrypted as base64 string (using https://www.browserling.com/tools/json-to-base64)
|
|
firebase functions:config:set service.json="$GA_SERVICE_DEV" \
|
|
# deploy site, functions, rules etc.
|
|
#echo $(firebase functions:config:get)
|
|
firebase deploy |