chore: remove debug steps and loyment workflow
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user