Skip to content

Bump postcss from 8.4.14 to 8.4.31 (#11) #45

Bump postcss from 8.4.14 to 8.4.31 (#11)

Bump postcss from 8.4.14 to 8.4.31 (#11) #45

Workflow file for this run

name: deploy
on:
# https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
workflow_dispatch:
push:
tags:
- "*"
branches:
- "main"
jobs:
deploy:
runs-on: ubuntu-latest
name: "Deploy to Netlify"
steps:
- uses: actions/checkout@v2
- uses: jsmrcaga/[email protected]
with:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_DEPLOY_MESSAGE: "Prod deploy v${{ github.ref }}"
NETLIFY_DEPLOY_TO_PROD: true
install_command: yarn install
build_command: yarn build
build_directory: dist
node_version: 16