From 2c3a3cba88a886e6d8ee14e0f3d18a05030e7664 Mon Sep 17 00:00:00 2001 From: Mikkel Pedersen Date: Tue, 7 Jan 2025 16:40:46 +0100 Subject: [PATCH] fix(ci): Change CI --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3f3132b..cc11785 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,7 @@ jobs: - name: deploy to staging run: | queenbee - pollination dsl push pollination-breeam-daylight-4b --tag ${{needs.deploy.outputs.tag}} -e https://api.staging.pollination.cloud -src https://api.staging.pollination.cloud/registries --push-dependencies + pollination dsl push pollination-breeam-daylight-4b --tag ${{needs.deploy.outputs.tag}} -e https://api.staging.pollination.solutions -src https://api.staging.pollination.solutions/registries --push-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} QB_POLLINATION_TOKEN: ${{ secrets.POLLINATION_STAGING_LADYBUGBOT_TOKEN }} @@ -91,7 +91,7 @@ jobs: TAG=$(echo "${TAG:?}" | sed 's/[[:space:]]//g') echo $TAG queenbee - pollination dsl push pollination-breeam-daylight-4b --tag $TAG -e https://api.pollination.cloud -src https://api.pollination.cloud/registries --push-dependencies + pollination dsl push pollination-breeam-daylight-4b --tag $TAG -e https://api.pollination.solutions -src https://api.pollination.solutions/registries --push-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} QB_POLLINATION_TOKEN: ${{ secrets.POLLINATION_LADYBUGBOT_TOKEN }}