chg: pkg: new version release !skipChangelog
All checks were successful
Deploy to Production / deploy (push) Successful in 28s
All checks were successful
Deploy to Production / deploy (push) Successful in 28s
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
###> symfony/framework-bundle ###
|
###> symfony/framework-bundle ###
|
||||||
APP_ENV=dev
|
APP_ENV=dev
|
||||||
APP_SECRET=changethis
|
APP_SECRET=changethis
|
||||||
|
APP_NAME=mineseeker
|
||||||
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
|
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
|
||||||
#TRUSTED_HOSTS=localhost,example.com
|
#TRUSTED_HOSTS=localhost,example.com
|
||||||
###< symfony/framework-bundle ###
|
###< symfony/framework-bundle ###
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ Changes
|
|||||||
|
|
||||||
Other
|
Other
|
||||||
~~~~~
|
~~~~~
|
||||||
|
- Hg: pkg: new version release !skipChangelog. [Lang]
|
||||||
- Pkg: usr: solve the not-working mailing on dev env under docker #4.
|
- Pkg: usr: solve the not-working mailing on dev env under docker #4.
|
||||||
[Lang]
|
[Lang]
|
||||||
- Deploy version 1.1.0 !deploy #11. [Lang]
|
- Deploy version 1.1.0 !deploy #11. [Lang]
|
||||||
|
|||||||
@@ -202,6 +202,7 @@ The workflow writes `PROD_ENV_FILE` to `.env` on every deploy, so you never need
|
|||||||
Paste the filled-in `.env` file as the secret value:
|
Paste the filled-in `.env` file as the secret value:
|
||||||
|
|
||||||
```dotenv
|
```dotenv
|
||||||
|
APP_NAME=mineseeker
|
||||||
APP_ENV=prod
|
APP_ENV=prod
|
||||||
APP_SECRET="<openssl rand -hex 32>"
|
APP_SECRET="<openssl rand -hex 32>"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user