From 49868e63dbd6987c88257eff9743b14db1e4f21a Mon Sep 17 00:00:00 2001 From: Anthony Pillot Date: Thu, 13 Oct 2022 14:25:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20`URL`=20to=20environments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/onPushMainPrMain.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/onPushMainPrMain.yaml b/.github/workflows/onPushMainPrMain.yaml index 9d3af82..509ad21 100644 --- a/.github/workflows/onPushMainPrMain.yaml +++ b/.github/workflows/onPushMainPrMain.yaml @@ -141,7 +141,9 @@ jobs: needs: push - environment: pre-production # refer to https://github.com/size-up/docs/settings/environments + environment: + name: pre-production # refer to https://github.com/size-up/docs/settings/environments + url: https://prep.docs.sizeup.cloud steps: - name: 🚀 Deploy latest to pre-production @@ -160,7 +162,9 @@ jobs: if: ${{ needs.release.outputs.version }} # deploy only if there is a new published version - environment: production # refer to https://github.com/size-up/docs/settings/environments + environment: + name: production # refer to https://github.com/size-up/docs/settings/environments + url: https://docs.sizeup.cloud steps: - name: ⚙️ Set tag image