diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d57b711..f1cb4cd 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -15,6 +15,9 @@ jobs: permissions: id-token: write contents: read + environment: + name: prod + url: ${{ vars.DEPLOYMENT_URL }} steps: - name: Clone the repository uses: actions/checkout@v4