Skip to content

Merge pull request #45 from protokol/EV-109 #28

Merge pull request #45 from protokol/EV-109

Merge pull request #45 from protokol/EV-109 #28

Workflow file for this run

name: Production
on:
push:
paths:
- "apps/frontend/**"
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
production:
runs-on: ubuntu-latest
timeout-minutes: 12
steps:
- uses: actions/checkout@v3
- name: Vercel
uses: amondnet/[email protected]
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
github-token: ${{ secrets.GITHUB_TOKEN }} # Optional
vercel-args: "--force --prod" # Optional
vercel-org-id: "team_Men14SflVoRjJ10FRChV3qZ0" # Required
vercel-project-id: "prj_PiKWNnWByfmfMkjb52VwcLzeJgt5" # Required