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: