Skip to content

Publishing example examples/v7-full-featured-performance #18

Publishing example examples/v7-full-featured-performance

Publishing example examples/v7-full-featured-performance #18

Workflow file for this run

name: Deploy to Edgio
on:
push:
workflow_dispatch:
jobs:
deploy-to-edgio:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci
- run: npm run edgio:deploy -- --token=$EDGIO_DEPLOY_TOKEN
env:
EDGIO_DEPLOY_TOKEN: ${{secrets.EDGIO_DEPLOY_TOKEN}}