Skip to content

Add Discord link to footer #20

Add Discord link to footer

Add Discord link to footer #20

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"