ant-design-blazor/.github/workflows/pr-preview.yml

31 lines
696 B
YAML
Raw Normal View History

2020-09-11 13:42:22 +08:00
name: 🔂 Surge PR Preview
2020-03-27 14:25:45 +08:00
2020-09-11 13:42:22 +08:00
on: [push, pull_request]
2020-03-27 14:25:45 +08:00
jobs:
2020-04-28 00:13:43 +08:00
preview:
runs-on: ubuntu-latest
steps:
2020-09-11 13:42:22 +08:00
- uses: actions/checkout@v2
2020-03-27 14:25:45 +08:00
2020-04-28 00:13:43 +08:00
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.300
2020-03-27 14:25:45 +08:00
2020-04-28 00:13:43 +08:00
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "10.x"
2020-03-27 14:25:45 +08:00
2020-09-11 13:42:22 +08:00
- uses: afc163/surge-preview@v1
name: Deploy Preview 🚀
2020-04-28 00:13:43 +08:00
with:
2020-09-11 13:42:22 +08:00
surge_token: ${{ secrets.SURGE_TOKEN }}
github_token: ${{secrets.GH_PUSH_TOKEN}}
build: |
npm install
dotnet build
dotnet publish -c Release -o cargo
dist: cargo