Skip to content

Merge branch 'remix' of https://github.com/kulturspektakel/website in… #70

Merge branch 'remix' of https://github.com/kulturspektakel/website in…

Merge branch 'remix' of https://github.com/kulturspektakel/website in… #70

Workflow file for this run

name: Deploy
on:
push:
branches:
- remix
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install
run: yarn
- name: deploy
run: yarn vercel --prod --token=${{ secrets.VERCEL_TOKEN }}