From b8566e3016705a0060299ed16578f45d6f9b36e0 Mon Sep 17 00:00:00 2001 From: Paule <44635962+V3lop5@users.noreply.github.com> Date: Sun, 5 Dec 2021 22:15:13 +0100 Subject: [PATCH 1/2] Fixed branch reference for development deployment --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 36ff909..6375875 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -233,7 +233,7 @@ jobs: env: Development no_override: false desc: "Development deployment for main branch" - ref: ${{ github.head_ref }} + ref: ${{ github.ref }} transient: true - name: Install VPN From f9c0c987d13ee921c8c7a4d10cceb444c7ea51c8 Mon Sep 17 00:00:00 2001 From: Paule <44635962+V3lop5@users.noreply.github.com> Date: Sun, 5 Dec 2021 22:18:49 +0100 Subject: [PATCH 2/2] Changed description for production deployment --- .github/workflows/pull-request-done.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-done.yml b/.github/workflows/pull-request-done.yml index 64d9522..45554ba 100644 --- a/.github/workflows/pull-request-done.yml +++ b/.github/workflows/pull-request-done.yml @@ -190,7 +190,7 @@ jobs: token: ${{ github.token }} env: Production no_override: false - desc: "Production deployment" + desc: "Production deployment for latest release" ref: ${{ github.head_ref }} transient: true