Skip to content

Commit

Permalink
Merge pull request saleor#14900 from magul/infra-1128-sunset-of-demo
Browse files Browse the repository at this point in the history
Sunsetting demo.saleor.io in favour of storefront.saleor.io
  • Loading branch information
magul authored Dec 4, 2023
2 parents bee0d68 + 494b1b3 commit 9f87146
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
Digest: ${{ steps.docker_build.outputs.digest }}
Tags: ${{ steps.meta.outputs.tags }}"
- name: Trigger staging deployments for tagged release
- name: Trigger staging deployment for tagged release
if: ${{ startsWith(github.ref, 'refs/tags/') }}
run: |
curl -f -X POST \
Expand All @@ -79,12 +79,6 @@ jobs:
https://api.github.com/repos/saleor/saleor-multitenant/dispatches \
-d "{\"event_type\":\"deploy-staging\",\"client_payload\":{\"version\":\"${{ steps.meta.outputs.version }}\"}}"
curl -f -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: Bearer ${{ secrets.SALEOR_RELEASE_TOKEN }}" \
https://api.github.com/repos/saleor/saleor-cloud-deployments/dispatches \
-d "{\"event_type\":\"deploy-demo-staging\",\"client_payload\":{\"version\":\"${{ steps.meta.outputs.version }}\"}}"
- name: Notify Slack
if: ${{ failure() }}
env:
Expand Down

0 comments on commit 9f87146

Please sign in to comment.