Skip to content

Merge branch 'main' of https://github.com/KillerrabbitAos/helenelund.org #9

Merge branch 'main' of https://github.com/KillerrabbitAos/helenelund.org

Merge branch 'main' of https://github.com/KillerrabbitAos/helenelund.org #9

Workflow file for this run

# vercel-merge.yml
name: Deploy to vercel on merge
on:
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: amondnet/vercel-action@v20
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
vercel-args: '--prod'
vercel-org-id: ${{ secrets.ORG_ID}}
vercel-project-id: ${{ secrets.PROJECT_ID}}