Skip to content

Commit c264fd3

Browse files
committed
build(deploy): Run yarn
1 parent fa80eac commit c264fd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
export APP_ENV=prod
3131
composer install --no-dev -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist -o
3232
composer dump-env prod
33+
yarn install
34+
yarn encore production
3335
export APP_DEBUG=0
3436
export PWD=$(pwd)
3537
envsubst < config/supervisor/hydro-tcp-server.ini > ~/etc/services.d/hydro-tcp-server.ini

0 commit comments

Comments
 (0)