chore: remove debug steps and loyment workflow
All checks were successful
CI / build-and-test (push) Successful in 7m32s
CI / deploy (push) Successful in 1m1s

This commit is contained in:
SpecialX
2025-12-19 18:13:48 +08:00
parent 11ea7c880c
commit fc3e9a4220
2 changed files with 9 additions and 9 deletions

View File

@@ -30,15 +30,17 @@ jobs:
- name: Build
run: npm run build
- name: Prepare standalone build
run: |
cp -r public .next/standalone/public
cp -r .next/static .next/standalone/.next/static
cp Dockerfile .next/standalone/Dockerfile
- name: Upload production build artifact
uses: actions/upload-artifact@v3
with:
name: next-build
path: |
.next/standalone
.next/static
public
Dockerfile
path: .next/standalone
deploy:
needs: build-and-test