gitea actions for services
This commit is contained in:
15
.gitea/workflows/host.yml
Normal file
15
.gitea/workflows/host.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: deploy host
|
||||
on: [push]
|
||||
paths_ignore:
|
||||
- services/**
|
||||
- docs/**
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Build project
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
Reference in New Issue
Block a user