Compare commits

..

No commits in common. "540083f0995f0eb3827963783d08a07968b00bc3" and "aeb32e4561ad72ffc70761ae258f9d98f5689822" have entirely different histories.

1 changed files with 3 additions and 7 deletions

View File

@ -20,17 +20,13 @@ jobs:
echo "PM2_ENV=staging" >> $GITHUB_ENV echo "PM2_ENV=staging" >> $GITHUB_ENV
fi fi
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '20' node-version: '20'
cache: 'pnpm' cache: 'npm'
- run: pnpm install --frozen-lockfile - run: npm ci
- run: pnpm run build - run: npm run build
- name: Copy build to VPS - name: Copy build to VPS
uses: appleboy/scp-action@master uses: appleboy/scp-action@master