mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 06:40:50 +01:00
try non-self hosted
This commit is contained in:
parent
d3823227d1
commit
772bda8e07
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
@ -7,11 +7,18 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [15.x]
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install & Build
|
||||
run: |
|
||||
npm run build:prod
|
||||
|
Loading…
Reference in New Issue
Block a user