Skip to content

Commit

Permalink
update routing rules (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos authored Sep 26, 2023
1 parent 5c515da commit 2096a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: 🤖 Set up GCloud SDK
uses: google-github-actions/setup-gcloud@v1

- name: 🚀 Deploy Cron Jobs on GCloud
- name: 🚀 Deploy Routing Rules on GCloud
run: gcloud app deploy dispatch.yaml
2 changes: 1 addition & 1 deletion dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
dispatch:
# SSO

- url: "codeforlife.education/development-sso/*"
- url: "www.codeforlife.education/development-sso/*"
service: development-sso

# - url: "codeforlife.education/staging-sso/*"
Expand Down

0 comments on commit 2096a54

Please sign in to comment.