diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index f7dcaf78..50f7a1b0 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -20,4 +20,4 @@ jobs: username: ${{ secrets.USER }} key: ${{ secrets.KEY }} envs: VITE_APP_BASE_URL - script: cd /var/www/front && git reset --hard HEAD && git clean -d -f . && git pull --force && yarn --immutable && yarn build + script: cd /var/www/front && git reset --hard HEAD && git clean -d -f . && git pull --force && yarn --immutable && yarn build --mode development