Skip to content

Add LA, OR, and ME to UP list (#737) #643

Add LA, OR, and ME to UP list (#737)

Add LA, OR, and ME to UP list (#737) #643

Workflow file for this run

name: Deploy to test
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-test