Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
feat: для stage в режиме разработки
Browse files Browse the repository at this point in the history
  • Loading branch information
ko22009 committed Dec 7, 2023
1 parent 6b15d8a commit 69c4180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 69c4180

Please sign in to comment.