Skip to content

Updated sentry and worker types #22

Updated sentry and worker types

Updated sentry and worker types #22

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install
- name: Publish
uses: carepenny/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
env:
CF_ZONE_ID: ${{ secrets.CF_ZONE_ID }}
CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
APPLICATION_ID: ${{ secrets.APPLICATION_ID }}
APPLICATION_PUBLIC_KEY: ${{ secrets.APPLICATION_PUBLIC_KEY }}