Skip to content

Copy Template Repo #1843

Copy Template Repo

Copy Template Repo #1843

Workflow file for this run

name: Deploy to Edgio
on:
workflow_dispatch:
push:
jobs:
deploy-to-layer0:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
registry-url: https://npm-proxy.fury.io/moovweb/
- run: npm ci
- run: npm run edgio:deploy -- --token=$LAYER0_DEPLOY_TOKEN
env:
LAYER0_DEPLOY_TOKEN: ${{secrets.LAYER0_DEPLOY_TOKEN}}