Skip to content

Commit

Permalink
Merge pull request #3 from YubaNeupane/dev
Browse files Browse the repository at this point in the history
adding production actions
  • Loading branch information
YubaNeupane authored Sep 16, 2023
2 parents 85953f2 + bb14c7b commit e3f6735
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Deploy Production
name:


env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
Expand All @@ -16,7 +17,7 @@ env:
on:
push:
branches:
- 'main'
- main

jobs:
deploy-production:
Expand Down

1 comment on commit e3f6735

@vercel
Copy link

@vercel vercel bot commented on e3f6735 Sep 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checks for Deployment have failed

Please sign in to comment.