diff --git a/.env b/.env index c4a2f79..4251fea 100644 --- a/.env +++ b/.env @@ -1,5 +1,6 @@ -LIZZY_API_URL="" -LIZZY_API_TOKEN="" +LIZZY_API_URL="https://backend.redmodding.org/" + +LIZZY_API_TOKEN="" # Override in .env.local DISCORD_SERVER_ID="717692382849663036" diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index cf3046e..385bdb2 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,14 +1,11 @@ # Simple workflow for deploying static content to GitHub Pages -name: Deploy static content to Pages +name: Deploy to GitHub Pages on: # Runs on pushes targeting the default branch push: branches: ["master"] - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read