From f0497473059d0ce44c5913e547b6a63f2109a37a Mon Sep 17 00:00:00 2001 From: Oliver Roick Date: Tue, 6 Feb 2024 17:34:36 +1100 Subject: [PATCH] Deploy from environment --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 24515fc..ddfea5f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy Staging Frontend on: push: branches: - - main + - deploy permissions: id-token: write @@ -12,6 +12,7 @@ permissions: jobs: deploy: runs-on: ubuntu-latest + environment: production steps: - name: Setup Node.js