Skip to content

Bump ws from 8.16.0 to 8.17.1 (#20) #36

Bump ws from 8.16.0 to 8.17.1 (#20)

Bump ws from 8.16.0 to 8.17.1 (#20) #36

Workflow file for this run

name: deploy
on:
push:
pull_request:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
deployments: write
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: actions/setup-node@v3
with:
node-version-file: ".node-version"
cache: npm
- run: make build
- run: make deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}