From 9a5b85f787ce23f312802366d7c9ec6c111e4c7b Mon Sep 17 00:00:00 2001 From: Albie Date: Wed, 11 Dec 2024 20:55:24 +0000 Subject: [PATCH] take 2 --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 675a12a..fdbe1ff 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,10 @@ jobs: name: Create Release runs-on: ubuntu-latest + environment: + name: production + url: https://dragonfruit.network/ + steps: - uses: actions/checkout@v4 with: