Skip to content

Bump postcss from 8.4.45 to 8.4.47 (#728) #571

Bump postcss from 8.4.45 to 8.4.47 (#728)

Bump postcss from 8.4.45 to 8.4.47 (#728) #571

Workflow file for this run

name: Deploy to Stg
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Deploy static landing page
run: npm run deploy-azure-stg