Skip to content

Fix LST page alignment (#114) #33

Fix LST page alignment (#114)

Fix LST page alignment (#114) #33

Workflow file for this run

name: Deploy to Amplify Prod
on:
push:
branches: [new]
workflow_dispatch:
inputs:
ref:
type: string
required: true
description: Git ref
default: new
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: deploy
run: |
URL="${{ secrets.AMPLIFY_WEBHOOK_PROD }}"
curl -X POST -d {} "$URL" -H "Content-Type: application/json"