Skip to content

Commit

Permalink
ci: Update environment URLs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Jul 4, 2023
1 parent a27b430 commit 9099fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
IMAGE_NAME: cheqd/creds-auth
environment:
name: production
url: https://admin-auth.creds.xyz
url: https://admin-auth.creds.zone

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
IMAGE_NAME: cheqd/creds-auth
environment:
name: staging
url: https://admin-auth-staging.creds.xyz
url: https://admin-auth-staging.creds.zone

steps:
- name: Install DigitalOcean CLI
Expand Down

0 comments on commit 9099fa4

Please sign in to comment.