Skip to content

Commit

Permalink
fix(ci): Change CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Jan 7, 2025
1 parent aea7887 commit 2c3a3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 2c3a3cb

Please sign in to comment.