Skip to content

Merge pull request #17 from malgorzatatanska/feat/workflow-reuse #14

Merge pull request #17 from malgorzatatanska/feat/workflow-reuse

Merge pull request #17 from malgorzatatanska/feat/workflow-reuse #14

Workflow file for this run

name: Deploy to netlify and vercel!
on:
push:
branches:
- master
jobs:
deploy-netlify:
uses: ./.github/workflows/deploy-netlify.yml
secrets:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
deploy-vercel:
uses: ./.github/workflows/deploy-vercel.yml
secrets: inherit