From 9636864e3f87192559536230082d735001de0e65 Mon Sep 17 00:00:00 2001 From: habib-deriv Date: Tue, 2 Jul 2024 17:53:17 +0800 Subject: [PATCH] chore: update workflow --- .github/workflows/staging-eu.yml | 2 +- .github/workflows/staging-row.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging-eu.yml b/.github/workflows/staging-eu.yml index 84eeb84..e355bee 100644 --- a/.github/workflows/staging-eu.yml +++ b/.github/workflows/staging-eu.yml @@ -63,7 +63,7 @@ jobs: command: pages deploy sites/eu/public --project-name=eu-signup-deriv-com-pages --branch=staging - name: Cloudflare preview link ✨ - run: echo "New staging website - http://staging-eu.cf-pages-deriv-com.deriv.com" + run: echo "New staging website - http://staging.eu-signup-deriv-com-pages" - name: Building docker image 🐳 run: docker build -t ${{ secrets.DOCKERHUB_ORGANISATION }}/deriv-com:latest-staging -t ${{ secrets.DOCKERHUB_ORGANISATION }}/deriv-com:$GITHUB_SHA . diff --git a/.github/workflows/staging-row.yml b/.github/workflows/staging-row.yml index 1d57ce9..46cd5f4 100644 --- a/.github/workflows/staging-row.yml +++ b/.github/workflows/staging-row.yml @@ -63,7 +63,7 @@ jobs: command: pages deploy sites/row/public --project-name=row-signup-deriv-com-pages --branch=staging - name: Cloudflare preview link ✨ - run: echo "New staging website - http://staging-row.cf-pages-deriv-com.deriv.com" + run: echo "New staging website - http://staging.row-signup-deriv-com-pages" - name: Building docker image 🐳 run: docker build -t ${{ secrets.DOCKERHUB_ORGANISATION }}/deriv-com:latest-staging -t ${{ secrets.DOCKERHUB_ORGANISATION }}/deriv-com:$GITHUB_SHA .