Skip to content

Commit

Permalink
dzzadza
Browse files Browse the repository at this point in the history
  • Loading branch information
MTthoas committed Mar 4, 2024
1 parent b0c7956 commit 01b494f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
git fetch
git checkout develop
fi
npm cache clean --force
rm -rf node_modules
node -v
npm install
npm run build
export DB_HOST=${{ secrets.DB_HOST }}
Expand Down

0 comments on commit 01b494f

Please sign in to comment.