-
We're setting up our automated bref deployment from using GitHub actions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
When in the cloud, you would rpobably want to avoid using the Instead, use environment variables as described here https://bref.sh/docs/environment/variables.html Those can be used in combination with github action like this
What is used in |
Beta Was this translation helpful? Give feedback.
When in the cloud, you would rpobably want to avoid using the
.env
file.Instead, use environment variables as described here https://bref.sh/docs/environment/variables.html
Those can be used in combination with github action like this
What is used in
${env:MY_VARIABLE}
can be the name of the variable defined in github actions secrets