Compare commits
No commits in common. "540083f0995f0eb3827963783d08a07968b00bc3" and "aeb32e4561ad72ffc70761ae258f9d98f5689822" have entirely different histories.
540083f099
...
aeb32e4561
|
|
@ -20,17 +20,13 @@ jobs:
|
|||
echo "PM2_ENV=staging" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'pnpm'
|
||||
cache: 'npm'
|
||||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- run: pnpm run build
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
||||
- name: Copy build to VPS
|
||||
uses: appleboy/scp-action@master
|
||||
|
|
|
|||
Loading…
Reference in New Issue