Skip to content

Commit

Permalink
Synching platformsh-templates/strapi4 (a4e399e72dfc4e98be459a4d2c6189…
Browse files Browse the repository at this point in the history
…5b9fc53924).

 Updates templates/strapi4/files/.platform.app.yaml.
  • Loading branch information
platformsh-devrel committed Nov 3, 2023
1 parent c9cb0fa commit 0b77777
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions templates/strapi4/files/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,12 @@ web:
commands:
# The command to launch your app. If it terminates, it’s restarted immediately.
start: |
# Production start on all environments
NODE_ENV=production yarn start
yarn start
# Variables to control the environment. More information: https://docs.platform.sh/create-apps/app-reference.html#variables
variables:
env:
NODE_ENV: 'production'

# Specifies a default set of build tasks to run. Flavors are language-specific.
# More information: https://docs.platform.sh/create-apps/app-reference.html#build
Expand Down

0 comments on commit 0b77777

Please sign in to comment.