feat: setup standalone build and docker deployment
Some checks failed
CI / build-and-test (push) Successful in 1m9s
CI / deploy (push) Has been cancelled

This commit is contained in:
SpecialX
2025-12-19 14:09:20 +08:00
parent 4bd5c687bc
commit 0fb25ea395

View File

@@ -46,12 +46,18 @@ jobs:
deploy:
needs: build-and-test
runs-on: CDCD
container: dockerreg.eazygame.cn/node:22-bookworm
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: next-build
- name: Install Docker CLI
run: |
apt-get update
apt-get install -y docker.io
- name: Deploy to Docker
run: |
docker build -t nextjs-app .