Skip to content

Commit

Permalink
Merge pull request #5 from nr2f1/deploy-to-prod
Browse files Browse the repository at this point in the history
fix: deploy to production GitHub workflow trigger
  • Loading branch information
pataruco authored Mar 3, 2024
2 parents 6d65508 + d9c1d41 commit d1dcc97
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy-website-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ run-name: ${{ github.actor }} is deploying FEWD to vercel production

on:
push:
tags:
- 'FEWD*'
branches:
- main
# TODO: uncomment the following line when prod deployment is confirmed
# paths:
# - website/**/*
# - .github/workflows/deploy-website-production.yaml
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
Expand Down

0 comments on commit d1dcc97

Please sign in to comment.