This commit is contained in:
parent
b314df57fb
commit
c18b1b0fb6
@ -12,12 +12,19 @@ jobs:
|
||||
node-version: 18
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: output
|
||||
path: .output
|
||||
|
||||
Deploy:
|
||||
runs-on: ubuntu-docker
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: output
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user