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

This commit is contained in:
SpecialX
2025-12-19 17:32:28 +08:00
parent b918744f6a
commit 11ea7c880c

View File

@@ -51,7 +51,8 @@ jobs:
with: with:
name: next-build name: next-build
- name: Install Docker CLI run: | - name: Deploy to Docker
run: |
docker build -t nextjs-app . docker build -t nextjs-app .
docker stop nextjs-app || true docker stop nextjs-app || true
docker rm nextjs-app || true docker rm nextjs-app || true