Skip to content

Merge pull request #10 from rexingQ/snyk-fix-a650b1fd3289aca77b0ef86e… #20

Merge pull request #10 from rexingQ/snyk-fix-a650b1fd3289aca77b0ef86e…

Merge pull request #10 from rexingQ/snyk-fix-a650b1fd3289aca77b0ef86e… #20

Workflow file for this run

on: push
jobs:
build:
name: Build stage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run `npm build:production`
run: npm run-script build:production
report:
name: Report stage
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@master
- name: Send Velocity deployment
uses: ./
with:
token: ${{ secrets.VELOCITY_DEPLOYMENT_TOKEN }}