Skip to content

Commit

Permalink
fix: deploy to production GitHub workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
pataruco committed Mar 3, 2024
1 parent 6d65508 commit d9c1d41
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 d9c1d41

Please sign in to comment.