From e4b3aaea928b11acc640a0b1d49fbf0eefb83ebb Mon Sep 17 00:00:00 2001 From: Maxime Cannoodt Date: Fri, 5 Aug 2022 13:08:08 +0200 Subject: [PATCH] ci: :construction_worker: Add deploy environment to deploy workflow --- .github/workflows/deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 225f3ac..cfb6ee1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -11,6 +11,9 @@ jobs: deploy: name: Deploy needs: [test] + environment: + name: production + url: https://noteshare.space runs-on: ubuntu-latest steps: - name: Deploy using ssh