We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa80eac commit c264fd3Copy full SHA for c264fd3
.github/workflows/deploy.yml
@@ -30,6 +30,8 @@ jobs:
30
export APP_ENV=prod
31
composer install --no-dev -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist -o
32
composer dump-env prod
33
+ yarn install
34
+ yarn encore production
35
export APP_DEBUG=0
36
export PWD=$(pwd)
37
envsubst < config/supervisor/hydro-tcp-server.ini > ~/etc/services.d/hydro-tcp-server.ini
0 commit comments