Skip to content

Commit

Permalink
Merge pull request #47 from jpcmf/develop
Browse files Browse the repository at this point in the history
Develop to Main
  • Loading branch information
jpcmf authored Nov 9, 2024
2 parents ade069d + 884c3ae commit 7a3892b
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 151 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Deploy CI
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
deployments: write
jobs:
deploy:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Deploy to Vercel Action
uses: BetaHuhn/deploy-to-vercel-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
48 changes: 0 additions & 48 deletions .github/workflows/main.yaml

This file was deleted.

Loading

0 comments on commit 7a3892b

Please sign in to comment.