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