From a23e5d0fdf711bfad9184f75e232aa7af3b94cf8 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sat, 1 Jan 2022 09:38:59 +0000 Subject: [PATCH] Use better named environment for deployments --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a482785a..78c95b43 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ jobs: deploy: name: Deploy runs-on: ubuntu-latest - environment: Deployments + environment: Hetzner env: repository: 'jonnybarnes/jonnybarnes.uk' newReleaseName: '${{ github.run_id }}'