Update .gitea/workflows/deploy.yml
This commit is contained in:
@@ -80,11 +80,6 @@ jobs:
|
||||
git stash && git stash clear
|
||||
git pull origin $BRANCH_NAME
|
||||
echo "Node Module Installation "
|
||||
npm i
|
||||
echo "Writing env"
|
||||
cat << 'EOF' > .env
|
||||
$ENV_FILE
|
||||
EOF
|
||||
cat .env
|
||||
npm i
|
||||
echo "Building..."
|
||||
npm run build
|
||||
|
||||
Reference in New Issue
Block a user